View Pit Stop page for race #3 by seanysean — Ghost race
View profile for Sean (seanysean)
| Official speed | 32.19 wpm (56.66 seconds elapsed during race) |
|---|---|
| Race Start | November 1, 2017 4:54:43pm UTC |
| Race Finish | November 1, 2017 4:55:40pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 96.0% |
| Points | 10.73 |
| 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) |