- We finished the Kaleido Spiral Project.
- We started working on the Shopping Cart Project.
Homework
(Upload your homework into your Google Drive HW folder a day before the class starts)
- Find a second way to print out all the items in the shopping_cart list using a for loop. (You cannot use for i in range())
- Add a wallet feature:
- In the beginning of the loop you should ask the user how much money they have. This question should NOT be continuously asked over and over.
- Every time a user buys an item, the wallet money should decrease depending on the price of the item.
- If the user does not have enough money to purchase the item, it should print out “Insufficient Money.”
If you have any questions, email me at abigail@ayclogic.com