View Pit Stop page for race #2 by myndzi — Ghost race
View profile for Kris (myndzi)
Official speed | 73.69 wpm (24.75 seconds elapsed during race) |
---|---|
Race Start | September 16, 2014 11:42:19pm UTC |
Race Finish | September 16, 2014 11:42:43pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. sashavol (107.91 wpm) |
Accuracy | 92.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) |