Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. friends = ['john', 'pat', 'gary', 'michael']
  2. for name in friends:
  3.     print("iteration is {name}".format(name=name))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement