View Pit Stop page for race #7 by milderhc — Ghost race
View profile for Milder (milderhc)
| Official speed | 54.09 wpm (33.72 seconds elapsed during race) |
|---|---|
| Race Start | September 27, 2017 9:24:11pm UTC |
| Race Finish | September 27, 2017 9:24:45pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 18.03 |
| 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) |