- This event has passed.
6 PM – Python OOP – Daniel
January 15 @ 6:00 pm - 7:00 pm
Today We:
- Went over the Robux System using dictionary
- Started to learn about Classes
- Created a dog class
- Learned how to create instances, access attributes and call methods
Your HW:
Create a GroceryItem class Atributes: name, price, brand, Method/Function: printItem: print out "<Item Name> - {item brand} - ${item price}" Create the 5 items in GrocerySystemV2 using this class blueprint Call printItme on all 5