punit (thakelatyper)

Race #48

View Pit Stop page for race #48 by thakelatyperGhost race

View profile for punit (thakelatyper)

Official speed 42.85 wpm (42.57 seconds elapsed during race)
Race Start July 29, 2022 9:02:23am UTC
Race Finish July 29, 2022 9:03:06am UTC
Outcome No win (2 of 2)
Opponents 1. ragemodeon (77.65 wpm)
Accuracy 95.0%
Points 14.28
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)