Alexander (alexanderwu68)

Race #3

View Pit Stop page for race #3 by alexanderwu68Ghost race

View profile for Alexander (alexanderwu68)

Official speed 33.58 wpm (54.32 seconds elapsed during race)
Race Start May 14, 2017 7:44:27am UTC
Race Finish May 14, 2017 7:45:21am UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 0.00
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)