View Pit Stop page for race #10 by xyzrr — Ghost race
View profile for AI ⚡️ go to matrices.club?ref=tr (xyzrr)
Official speed | 89.35 wpm (20.41 seconds elapsed during race) |
---|---|
Race Start | July 13, 2018 6:11:57am UTC |
Race Finish | July 13, 2018 6:12:18am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 29.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) |