punit (thakelatyper)

Race #41

View Pit Stop page for race #41 by thakelatyperGhost race

View profile for punit (thakelatyper)

Official speed 36.06 wpm (50.58 seconds elapsed during race)
Race Start July 26, 2022 9:32:53am UTC
Race Finish July 26, 2022 9:33:44am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 12.02
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)