James (james5757)

Race #1

View Pit Stop page for race #1 by james5757Ghost race

View profile for James (james5757)

Official speed 36.90 wpm (49.43 seconds elapsed during race)
Race Start August 10, 2023 6:07:33am UTC
Race Finish August 10, 2023 6:08:23am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 12.30
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)