Essential Question: How can I use the Turtle Library to create random artwork?
Mastery Objectives:
SWBAT use the turtle library to create shapes.
SWBAT use the turtle library to draw images.
SWBAT create objects and modify properties.
Do Now:
Create a nested loop in python that prints the following:
1 1
1 2
1 3
2 1
2 2
2 3
3 1
3 2
3 3
Directions: Create functions that draw random shapes with random colors to make modern art. Tutorial: https://projects.raspberrypi.org/en/projects/modern-art
Ticket-to-Leave: Create another polygon to your project just as you did before.