Deflash (flash001)

Race #15

View Pit Stop page for race #15 by flash001Ghost race

View profile for Deflash (flash001)

Official speed 27.38 wpm (66.62 seconds elapsed during race)
Race Start August 2, 2023 11:36:18am UTC
Race Finish August 2, 2023 11:37:25am UTC
Outcome No win (1 of 1)
Accuracy 89.0%
Points 9.13
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)