View Pit Stop page for race #1 by somebody_nit — Ghost race
View profile for somebody (somebody_nit)
Official speed | 23.70 wpm (76.96 seconds elapsed during race) |
---|---|
Race Start | August 3, 2023 5:09:28pm UTC |
Race Finish | August 3, 2023 5:10:45pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 7.90 |
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) |