View Pit Stop page for race #28 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 52.97 wpm (34.43 seconds elapsed during race) |
---|---|
Race Start | April 12, 2025 4:17:37pm UTC |
Race Finish | April 12, 2025 4:18:12pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 17.66 |
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) |