View Pit Stop page for race #15 by whathecode — Ghost race
View profile for Steven (whathecode)
| Official speed | 76.04 wpm (23.99 seconds elapsed during race) |
|---|---|
| Race Start | July 26, 2011 12:36:15pm UTC |
| Race Finish | July 26, 2011 12:36:39pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 99.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) |