John Doe (typist1029384756)

Race #15

View Pit Stop page for race #15 by typist1029384756Ghost race

View profile for John Doe (typist1029384756)

Official speed 35.76 wpm (51.01 seconds elapsed during race)
Race Start March 31, 2023 5:07:25am UTC
Race Finish March 31, 2023 5:08:16am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 11.92
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)