Phobic (phobic21)

Race #3

View Pit Stop page for race #3 by phobic21Ghost race

View profile for Phobic (phobic21)

Official speed 44.34 wpm (41.14 seconds elapsed during race)
Race Start May 27, 2023 9:59:43am UTC
Race Finish May 27, 2023 10:00:24am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 14.78
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)