- This event has passed.
5 PM – Intro to Python – William
April 13 @ 5:00 pm - 6:00 pm
Today We Did
- Reviewed x-, y-coordinate system and last week’s homework
- Created function to draw filled-in circles
Homework
Work on the following:
- Mar23_TurtleHW.py
- Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/
- Make sure to create functions!
- Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/
- Apr13_TurtleHW2.py
- Create a
square()
function with 4 parameters: x, y, length, color that draws a filled-in square using thecolor
argument- Hint: the process is very similar to our
circle()
function from our lesson!
- Hint: the process is very similar to our
- Draw 3 squares of different sizes, locations, and colors using the function you just created
- Create a
If you have any questions, please email me at williamsmith@ayclogic.com.