View Pit Stop page for race #13 by hymiscellany — Ghost race
View profile for poopoo peepee (hymiscellany)
| Official speed | 80.35 wpm (22.70 seconds elapsed during race) |
|---|---|
| Race Start | December 30, 2017 1:42:31am UTC |
| Race Finish | December 30, 2017 1:42:53am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 97.0% |
| Points | 26.78 |
| 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) |