timpin

Untitled

Aug 13th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. shopping = ["bread","cheese","apple","tomato","biscuits"]
  2. for tree in shopping:
  3. print(tree)
  4. print("Done")
Advertisement
Add Comment
Please, Sign In to add comment