A quick review of some Python concepts using Tracy the Turtle.
Write a program that will make Tracy follow the path. Use the guide you just created to help you.
Remember to triple-check your spelling, punctuation and other super important details like that!
The image above is a path for Tracy to follow. Which of the following codes would get Tracy to the starting position?
Which of the following codes would also get Tracy to the starting position?
Draw the path that Tracy will take on this canvas. This will help you get a better idea about far Tracy will move.
BONUS QUESTION:
Let's imagine we want Tracy to draw an octogon on the canvas. Do these 2 things:
Write a mathematical equation that will help us figure out how many degrees Tracy will need to turn at each corner.
Write a program that will make Tracy draw the octogon, using the information you gained from the equation.