Checkpoint 17.11.1.
Create a function called
forward_50
that takes in turtle
as a parameter and moves the turtle forward 50. After creating the function, create a Screen object and a Turtle object and call forward_50
.