Alex (alexklaus)

Race #21

View Pit Stop page for race #21 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 44.73 wpm (40.78 seconds elapsed during race)
Race Start June 4, 2018 1:48:22am UTC
Race Finish June 4, 2018 1:49:03am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 14.91
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)