View Pit Stop page for race #160 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 62.62 wpm (29.13 seconds elapsed during race) |
---|---|
Race Start | May 2, 2025 12:06:23pm UTC |
Race Finish | May 2, 2025 12:06:52pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 20.87 |
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) |