View Pit Stop page for race #8 by akk12 — Ghost race
Official speed | 48.72 wpm (37.44 seconds elapsed during race) |
---|---|
Race Start | April 10, 2017 3:18:31am UTC |
Race Finish | April 10, 2017 3:19:08am UTC |
Outcome | No win (3 of 2) |
Opponents |
1. andythedinosaur (67.57 wpm) 2. squirrelbrained (54.17 wpm) 4. sollight (46.04 wpm) |
Accuracy | 95.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) |