View Pit Stop page for race #18 by alexey0 — Ghost race
View profile for Alex (alexey0)
Official speed | 24.15 wpm (75.53 seconds elapsed during race) |
---|---|
Race Start | September 18, 2014 9:47:14am UTC |
Race Finish | September 18, 2014 9:48:29am UTC |
Outcome | No win (3 of 3) |
Accuracy | 100.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) |