Essential Question: How can I make animation in Python?
Mastery Objectives:
SWBAT use the draw function in python.
SWBAT create functions in python.
SWBAT create shapes in turtle python.
Do Now:
Type the code below into python and then try to create a function that makes a circle. Practice modifying the draw_ellipse(radius) code to create the function.