Stop (stop__)

Race #33

View Pit Stop page for race #33 by stop__Ghost race

View profile for Stop (stop__)

Official speed 34.49 wpm (52.88 seconds elapsed during race)
Race Start April 17, 2023 5:56:34pm UTC
Race Finish April 17, 2023 5:57:27pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 11.50
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)