View Pit Stop page for race #1 by cala95 — Ghost race
View profile for Chatham (cala95)
Official speed | 22.41 wpm (81.39 seconds elapsed during race) |
---|---|
Race Start | February 9, 2019 9:13:11pm UTC |
Race Finish | February 9, 2019 9:14:32pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 88.0% |
Points | 7.47 |
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) |