Aequitas35

shopping

Oct 17th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. shopping = ["bread", "cheese", "apple", "tomato", "biscuits"]
  2. for item in shopping:
  3.     print(item)
  4. print("You have " + str(len(shopping)) + " items in your shopping list.")
Advertisement
Add Comment
Please, Sign In to add comment