View Pit Stop page for race #27 by alexey0 — Ghost race
View profile for Alex (alexey0)
Official speed | 33.69 wpm (54.14 seconds elapsed during race) |
---|---|
Race Start | September 20, 2014 5:02:46pm UTC |
Race Finish | September 20, 2014 5:03:40pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 99.0% |
Points | 0.00 |
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) |