View Pit Stop page for race #12 by alexey0 — Ghost race
View profile for Alex (alexey0)
Official speed | 31.45 wpm (58.00 seconds elapsed during race) |
---|---|
Race Start | September 11, 2014 12:06:35pm UTC |
Race Finish | September 11, 2014 12:07:33pm UTC |
Outcome | No win (3 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) |