John (johnhemrom)

Race #9

View Pit Stop page for race #9 by johnhemromGhost race

View profile for John (johnhemrom)

Official speed 38.76 wpm (47.06 seconds elapsed during race)
Race Start August 20, 2023 3:47:20pm UTC
Race Finish August 20, 2023 3:48:07pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 12.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)