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