anshul (anshkool)

Race #29

View Pit Stop page for race #29 by anshkoolGhost race

View profile for anshul (anshkool)

Official speed 35.07 wpm (52.01 seconds elapsed during race)
Race Start September 6, 2022 5:32:21am UTC
Race Finish September 6, 2022 5:33:13am UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 11.69
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)