View Pit Stop page for race #7 by intellectualcreatures — Ghost race
View profile for Sonu (intellectualcreatures)
Official speed | 56.29 wpm (32.40 seconds elapsed during race) |
---|---|
Race Start | December 12, 2021 1:47:40pm UTC |
Race Finish | December 12, 2021 1:48:13pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 18.76 |
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) |