View Pit Stop page for race #14 by sanidhya — Ghost race
View profile for infowell (sanidhya)
| Official speed | 59.61 wpm (30.60 seconds elapsed during race) |
|---|---|
| Race Start | September 17, 2017 6:07:35pm UTC |
| Race Finish | September 17, 2017 6:08:06pm UTC |
| Outcome | No win (3 of 2) |
| Accuracy | 97.0% |
| Points | 19.87 |
| 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) |