iotku (iotku)

Race #6

View Pit Stop page for race #6 by iotkuGhost race

View profile for iotku (iotku)

Official speed 68.43 wpm (26.65 seconds elapsed during race)
Race Start June 18, 2023 11:26:03pm UTC
Race Finish June 18, 2023 11:26:30pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 22.81
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)