View Pit Stop page for race #548 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 56.55 wpm (32.25 seconds elapsed during race) |
---|---|
Race Start | January 5, 2022 12:28:47pm UTC |
Race Finish | January 5, 2022 12:29:20pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 18.85 |
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) |