View Pit Stop page for race #26 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 45.64 wpm (39.96 seconds elapsed during race) |
---|---|
Race Start | June 5, 2018 1:45:56am UTC |
Race Finish | June 5, 2018 1:46:36am UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 15.21 |
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) |