View Pit Stop page for race #1 by thurginesis — Ghost race
View profile for Jekri (thurginesis)
Official speed | 31.02 wpm (58.80 seconds elapsed during race) |
---|---|
Race Start | August 31, 2017 8:15:58am UTC |
Race Finish | August 31, 2017 8:16:57am UTC |
Outcome | No win (6 of 2) |
Opponents |
2. rstacruz (35.86 wpm) 3. stlsixers (33.47 wpm) 5. xerxesregulus (33.31 wpm) |
Accuracy | 97.0% |
Points | 10.34 |
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) |