View Pit Stop page for race #3 by adamrune — Ghost race
View profile for adam (adamrune)
| Official speed | 76.89 wpm (23.72 seconds elapsed during race) |
|---|---|
| Race Start | February 15, 2018 5:10:30pm UTC |
| Race Finish | February 15, 2018 5:10:53pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 98.0% |
| Points | 25.63 |
| 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) |