Andrew (android2102)

Race #8

View Pit Stop page for race #8 by android2102Ghost race

View profile for Andrew (android2102)

Official speed 46.88 wpm (38.91 seconds elapsed during race)
Race Start March 19, 2017 3:36:31am UTC
Race Finish March 19, 2017 3:37:09am UTC
Outcome Win (1 of 3)
Accuracy 96.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)