Sporak (cheeseballoon)

Race #6

View Pit Stop page for race #6 by cheeseballoonGhost race

View profile for Sporak (cheeseballoon)

Official speed 31.64 wpm (57.65 seconds elapsed during race)
Race Start July 25, 2023 8:15:03am UTC
Race Finish July 25, 2023 8:16:01am UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 10.55
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)