View Pit Stop page for race #1 by altandrew — Ghost race
View profile for Andrew (altandrew)
Official speed | 26.33 wpm (69.27 seconds elapsed during race) |
---|---|
Race Start | April 30, 2023 7:57:54pm UTC |
Race Finish | April 30, 2023 7:59:03pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 8.78 |
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) |