« All Events
9 AM – Intro To Python – Gamas
February 1 @ 9:00 am - 10:00 am
Today We Did
- We started the grocery shopping cart program
Homework
- Continue on your personal project, by next week, you should be 50% done.
- Introduce a function inside feb_1_grocery_shopping_cart.py program so code duplication can be eliminated. You need to use “global” keyword feature in python to use variable outside of function. https://www.geeksforgeeks.org/global-keyword-in-python/