View Pit Stop page for race #1 by actuallymostlynonquit — Ghost race
View profile for taran something (actuallymostlynonquit)
| Official speed | 85.43 wpm (21.35 seconds elapsed during race) |
|---|---|
| Race Start | December 29, 2017 9:32:38pm UTC |
| Race Finish | December 29, 2017 9:33:00pm UTC |
| Outcome | No win (1 of 1) |
| Accuracy | 99.0% |
| Points | 28.48 |
| 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) |