View Pit Stop page for race #3 by zingers_za — Ghost race
View profile for Robert (zingers_za)
Official speed | 30.61 wpm (59.59 seconds elapsed during race) |
---|---|
Race Start | September 4, 2018 7:06:35pm UTC |
Race Finish | September 4, 2018 7:07:35pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 10.20 |
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) |