View Pit Stop page for race #19 by timjeffery44 — Ghost race
View profile for (timjeffery44)
Official speed | 49.23 wpm (37.05 seconds elapsed during race) |
---|---|
Race Start | May 5, 2019 11:59:32am UTC |
Race Finish | May 5, 2019 12:00:10pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 94.0% |
Points | 16.41 |
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) |