View Pit Stop page for race #25 by amun2 — Ghost race
View profile for ♥ Maria Shennah (amun2)
| Official speed | 65.25 wpm (27.95 seconds elapsed during race) |
|---|---|
| Race Start | June 29, 2016 2:24:32am UTC |
| Race Finish | June 29, 2016 2:25:00am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 93.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) |