Sporak (cheeseballoon)

Race #18

View Pit Stop page for race #18 by cheeseballoonGhost race

View profile for Sporak (cheeseballoon)

Official speed 41.37 wpm (44.09 seconds elapsed during race)
Race Start June 5, 2025 7:57:46am UTC
Race Finish June 5, 2025 7:58:30am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 13.79
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)