Joshua (synthecypher)

Race #2

View Pit Stop page for race #2 by synthecypherGhost race

View profile for Joshua (synthecypher)

Official speed 39.15 wpm (46.59 seconds elapsed during race)
Race Start September 27, 2019 1:37:52pm UTC
Race Finish September 27, 2019 1:38:38pm UTC
Outcome Win (1 of 2)
Accuracy 92.0%
Points 13.05
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)