#! /usr/bin/python #* coding: utf-8 *

names = ['jack','tom','sherry'] for l in names: print(l) for x in range(10): print(x