View Pit Stop page for race #827 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 54.21 wpm (33.65 seconds elapsed during race) |
---|---|
Race Start | May 4, 2022 1:47:35am UTC |
Race Finish | May 4, 2022 1:48:09am UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 18.07 |
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) |