« All Events
7:00 PM – Intro to Python – Juan
June 22, 2023 @ 7:00 pm - 8:30 pm
Today We Did
- Reviewed problems from Quiz #2.
- Continued learning about Turtle Graphics:
- Reviewed HW.
- Learned about turtle.begin_fill() and turtle.end_fill()
- New schedule: Monday/Thursday 7:00 PM – 8:30 PM
Homework
- Name your file June26_TurtleShapes_HW.py and do:
- Create a function for draw_square():
- Have a parameter for pen_color, and change the pen color
- Fill the shape with turtle.begin_fill() and turtle.end_fill()
- Create a function for draw_triangle():
- Have a parameter for pen_color, and change the pen color
- Fill the shape with turtle.begin_fill() and turtle.end_fill()
- Look at this image for your coordinates guidance
- Questions? Email me at juan@ayclogic.com