Jack (jack14xyz)

Race #14

View Pit Stop page for race #14 by jack14xyzGhost race

View profile for Jack (jack14xyz)

Official speed 38.45 wpm (47.44 seconds elapsed during race)
Race Start May 1, 2018 4:53:16am UTC
Race Finish May 1, 2018 4:54:04am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 12.82
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)