« All Events
7 PM – Indo – Intro to Python – Joel
August 30 @ 7:00 pm - 8:00 pm
Today we did:
- We finished the RobuxShoppingCart program and reviewed for the final test.
Homework:
- Make sure to review these topics:
- Functions (with and without return). Make sure to understand what parameters and arguments are, how to make a function, call a function, how to return a value, etc.
- Turtle: how to make a function that draws an object using the combination of more basic functions such as the rectangle and circle functions, how to randomize the position and color of the drawings.
- How to make program: similar to the RobuxShoppingCart or GroceryShoppingCart, where there is a menu with options for the user, and the user input, along with the if statement that deal with each selection.
- Make sure you practice and understand each topic, and please ask any questions on things you’re not sure about.
- The final test will be a 2-hour long, open-file (meaning you can only look at your previous files and not any third-part sources such as Google) test using Google Forms. As usual, you may use Thonny to write your code.