View Pit Stop page for race #7 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 43.58 wpm (41.85 seconds elapsed during race) |
---|---|
Race Start | May 24, 2018 10:38:58pm UTC |
Race Finish | May 24, 2018 10:39:40pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.53 |
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) |