View Pit Stop page for race #880 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 75.58 wpm (24.13 seconds elapsed during race) |
---|---|
Race Start | August 5, 2022 6:26:28pm UTC |
Race Finish | August 5, 2022 6:26:52pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 25.19 |
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) |