View Pit Stop page for race #1 by chient — Ghost race
View profile for CHIEN (chient)
| Official speed | 33.94 wpm (53.74 seconds elapsed during race) |
|---|---|
| Race Start | August 19, 2015 5:00:21pm UTC |
| Race Finish | August 19, 2015 5:01:15pm UTC |
| Outcome | No win (3 of 3) |
| 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) |