« All Events
5 pm Intro to Python – Bill
December 15, 2021 @ 5:00 pm - 6:00 pm
Today We:
- Started learning about the Turtle module in python
- Learned how to move the turtle pen tool to make lines
- Learned how to make the pen tool start and stop drawing
- Made a simple square
- Learned how to change the color of the background and pen
- Learned how to fill the square
- Put the code for the square in its own function to keep things more organized
Your HW:
- Go to project resources and find the Shapes in Grid image (Link)
- Make 3 new Functions: triangle, rectangle, and octagon
- Put the code in each of the functions to draw that shape from the image
- Make sure to call the function to make the code in them run
