- This event has passed.
6PM – Intro to Python – Latisha
April 6, 2022 @ 6:00 pm - 7:00 pm
Today We Did:
- Reviewed Quiz 2
- Learned how to do Basic Turtle
Homework:
- Create a new file “April6_Turtle4ShapesHomework.py”
- Create a new function “draw_rectangle”. One parameter: 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: 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: 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: 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 coordinate https://www.ayclogic.com/project-resources/
If you have any questions, please send an email to latisha@ayclogic.com