View Pit Stop page for race #6 by somebody_nit — Ghost race
View profile for somebody (somebody_nit)
Official speed | 26.21 wpm (69.59 seconds elapsed during race) |
---|---|
Race Start | August 3, 2023 5:19:12pm UTC |
Race Finish | August 3, 2023 5:20:22pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 8.74 |
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) |