View Pit Stop page for race #1 by hansentanio33 — Ghost race
View profile for Hansen (hansentanio33)
Official speed | 27.77 wpm (65.68 seconds elapsed during race) |
---|---|
Race Start | August 8, 2023 8:11:27am UTC |
Race Finish | August 8, 2023 8:12:33am UTC |
Outcome | No win (3 of 3) |
Accuracy | 89.0% |
Points | 9.26 |
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) |