View Pit Stop page for race #324 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 48.06 wpm (37.95 seconds elapsed during race) |
---|---|
Race Start | February 14, 2025 5:44:41pm UTC |
Race Finish | February 14, 2025 5:45:18pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 16.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) |