View Pit Stop page for race #1 by chrono_dvorak — Ghost race
View profile for Chrono (chrono_dvorak)
Official speed | 117.02 wpm (15.59 seconds elapsed during race) |
---|---|
Race Start | July 12, 2023 11:24:42pm UTC |
Race Finish | July 12, 2023 11:24:58pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 100.0% |
Points | 39.01 |
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) |