View Pit Stop page for race #3 by dreadnoughtsix — Ghost race
View profile for James (dreadnoughtsix)
Official speed | 41.94 wpm (43.49 seconds elapsed during race) |
---|---|
Race Start | February 25, 2015 5:33:56am UTC |
Race Finish | February 25, 2015 5:34:39am UTC |
Outcome | No win (2 of 3) |
Opponents |
1. tpenguinltg (57.08 wpm) |
Accuracy | 87.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) |