View Pit Stop page for race #50 by alexey0 — Ghost race
View profile for Alex (alexey0)
Official speed | 35.02 wpm (52.08 seconds elapsed during race) |
---|---|
Race Start | September 27, 2014 5:49:24pm UTC |
Race Finish | September 27, 2014 5:50:16pm 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) |