View Pit Stop page for race #8 by melanie2525 — Ghost race
View profile for melanie (melanie2525)
| Official speed | 42.26 wpm (43.16 seconds elapsed during race) |
|---|---|
| Race Start | August 30, 2014 1:45:09pm UTC |
| Race Finish | August 30, 2014 1:45:52pm UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 86.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) |