Today we did:
- We worked on GrocerySystem using a shopping cart list, and a dictionary to store the values.
Homework:
- Continuing in Dec2_GrocerySystemV3, inside the for loop for finding the total price, for each item in the list, check if it is a frozen_food (or if item.frozen_food == True). If it is == True, then print(f”{item.name} – remember to store inside a freezer”). If not, then simply print the item’s name.
If you have any questions, feel free to email me at joel@ayclogic.com or Mr. Gamas at gamas@ayclogic.com.