- This event has passed.
7 PM – Indo – Intro to Python – Joel
August 9 @ 7:00 pm - 8:00 pm
Today we did:
- We continued the final project and started working on the GrocerySystem.
Homework:
- Continue working on the rest of the objects in the final project. Remember that you need to make a function for each object, and whether it is draw like a polygon (using goto) or using circle and/or rectangle functions, it still needs ot have an x, y, parameter, and the other coordinates based off of it (for example, x-10, y-10, etc.) Next week we will work on changing the colors together.
- Create a new file called Aug9_RobuxShoppingCart and with this menu:
- menu = “””
What do you want to do:
1. Buy hat 100 Robux
2. Buy hair 150 Robux
3. VIP Server 500 Robux
4. Add more Robux
5. Exit
Enter your selection: “”” - Just like with GrocerySystem, make a list for storing the items, and a variable for storing the total price. Do at least the 5th and 1st selections.
If you have any questions, feel free to email me at joel@ayclogic.com.