(corsairchris)

Race #13

View Pit Stop page for race #13 by corsairchrisGhost race

View profile for (corsairchris)

Official speed 92.99 wpm (19.61 seconds elapsed during race)
Race Start May 29, 2023 11:30:25am UTC
Race Finish May 29, 2023 11:30:44am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 31.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)