1*9c5db199SXin Lihosts = [hosts.create_host(h) for h in machines] 2*9c5db199SXin Li 3*9c5db199SXin Lifor host in hosts: 4*9c5db199SXin Li print host.hostname 5*9c5db199SXin Li print host.run('uname -a').stdout.rstrip() 6