View Pit Stop page for race #135 by permil — Ghost race
View profile for permil (permil)
Official speed | 103.51 wpm (17.62 seconds elapsed during race) |
---|---|
Race Start | March 3, 2019 6:38:37am UTC |
Race Finish | March 3, 2019 6:38:54am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 34.50 |
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) |