View Pit Stop page for race #7 by dsairam17 — Ghost race
View profile for Sai (dsairam17)
| Official speed | 43.95 wpm (41.50 seconds elapsed during race) |
|---|---|
| Race Start | May 16, 2017 4:55:31am UTC |
| Race Finish | May 16, 2017 4:56:12am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 88.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) |