View Pit Stop page for race #6 by marliseu — Ghost race
View profile for Marlise (marliseu)
Official speed | 51.20 wpm (35.63 seconds elapsed during race) |
---|---|
Race Start | May 31, 2016 11:04:06pm UTC |
Race Finish | May 31, 2016 11:04:41pm UTC |
Outcome | No win (2 of 5) |
Opponents |
4. henrym0503 (28.87 wpm) 6. dsummers (27.81 wpm) |
Accuracy | 98.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) |