View Pit Stop page for race #20 by evanlimanto — Ghost race
View profile for Evan (evanlimanto)
Official speed | 88.72 wpm (20.56 seconds elapsed during race) |
---|---|
Race Start | May 14, 2015 11:16:06pm UTC |
Race Finish | May 14, 2015 11:16:27pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 94.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) |