View Pit Stop page for race #185 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 64.06 wpm (28.47 seconds elapsed during race) |
---|---|
Race Start | May 2, 2025 8:42:27pm UTC |
Race Finish | May 2, 2025 8:42:55pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 21.35 |
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) |