Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MUST BE IN SAME FOLDER AS LISTS FOR lists.py to work.
- #PRINTS INGREDIENTS.
- ingredients = ['salt', 'pepper', 'ketchup', 'mayo', 'bread crumbs',]
- #------------------------------------------------------------------------
- i0 = ingredients[0]
- i1 = ingredients[1]
- i2 = ingredients[2]
- i3 = ingredients[3]
- i4 = ingredients[4]
- print(i0)
- print(i1)
- print(i2)
- print(i3)
- print(i4)
- #PLEASE SUPPORT MY COMMUNITY BY CREATING A FORUM ACCOUNT AT https://codedskills.net
Add Comment
Please, Sign In to add comment