View Pit Stop page for race #14 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 63.44 wpm (28.75 seconds elapsed during race) |
---|---|
Race Start | April 8, 2025 7:53:49pm UTC |
Race Finish | April 8, 2025 7:54:18pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 21.15 |
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) |