View Pit Stop page for race #490 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 54.05 wpm (33.75 seconds elapsed during race) |
---|---|
Race Start | May 6, 2025 1:52:26pm UTC |
Race Finish | May 6, 2025 1:52:59pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 18.02 |
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) |