View Pit Stop page for race #10 by serqph — Ghost race
Official speed | 59.28 wpm (30.77 seconds elapsed during race) |
---|---|
Race Start | May 26, 2019 7:27:25am UTC |
Race Finish | May 26, 2019 7:27:56am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. foggyy (67.60 wpm) |
Accuracy | 96.0% |
Points | 19.76 |
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) |