View Pit Stop page for race #44 by fanor — Ghost race
View profile for Fanor (fanor)
Official speed | 35.15 wpm (51.89 seconds elapsed during race) |
---|---|
Race Start | June 15, 2025 1:06:35am UTC |
Race Finish | June 15, 2025 1:07:27am UTC |
Outcome | Win (1 of 9) |
Opponents |
5. iverjoel (22.09 wpm) |
Accuracy | 97.0% |
Points | 11.72 |
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) |