« All Events
7:00 PM – Intro to Python – Juan
June 19, 2023 @ 7:00 pm - 8:30 pm
Today We Did
- Completed Quiz #2
- Quiz scores are sent to your email.
- Started learning about the basics of Turtle Graphics.
- New schedule: Monday/Thursday 7:00 PM – 8:30 PM
Homework
- Homework due before our next class Thursday, June 22.
- Name your file June22_TurtleShapes_HW.py and do:
- Create a new function “draw_rectangle”. One parameter: pen_color. Inside the function, draw a rectangle shape using turtle module. Call the function and pass any color to the function.
- Create a new function “draw_square”. One parameter: pen_color. Inside the function, draw a square shape using turtle module. Call the function and pass any color to the function.
- Create a new function “draw_octagon”. One parameter: pen_color. Inside the function, draw a octagon shape using turtle module. Call the function and pass any color to the function.
- Create a new function “draw_triangle”. One parameter: pen_color. Inside the function, draw a triangle shape using turtle module. Call the function and pass any color to the function.
- Look at this image for your coordinates guidance
- Questions? Email me at juan@ayclogic.com