Today We Did We reviewed how to loop through each element inside a dictionary. We enhanced sep_9_robux_shopping_cart.py so it will print the selection menu according to elements inside item_prices and item_names dictionaries.Read More...
Today We Did Reviewed sample final exam Reviewed important things to keep in mind while we take the final exam In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Finished fourth version of GrocerySystem project Began learning about inheritance Inheritance means the "child class" will "inherit" all the methods and attributes from its parents In case you needRead More...
Today We Did Review using for loops to loop through list Can loop through every value Example: "for name in names" Can loop through every index by using range(n) function which returns kindRead More...
Gamas Sub Today We Did We reviewed some of the missing components on Nicholas and Leon games. We continued with the Shoot Balloon game We added the ability to pop all theRead More...