punit (thakelatyper)

Race #32

View Pit Stop page for race #32 by thakelatyperGhost race

View profile for punit (thakelatyper)

Official speed 48.40 wpm (37.69 seconds elapsed during race)
Race Start July 26, 2022 8:27:11am UTC
Race Finish July 26, 2022 8:27:49am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.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)