View Pit Stop page for race #4 by ap3sh1 — Ghost race
View profile for Ap3sh1 (ap3sh1)
Official speed | 27.08 wpm (67.36 seconds elapsed during race) |
---|---|
Race Start | December 12, 2016 12:59:56pm UTC |
Race Finish | December 12, 2016 1:01:03pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 90.0% |
Points | 0.00 |
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) |