Question: Question 17 (2 points) Why do we type turtle.Turtle() to get a new Turtle object? B. The period (.) is what tells Python that we
Question 17 (2 points) Why do we type turtle.Turtle() to get a new Turtle object? B. The period (.) is what tells Python that we want to invoke a new object. C. The first turtle" (before the period) tells Python that we are referring to the turtle module, which is where the object "Turtle" is found. A. This is simply for clarity. It would also work to just type "Turtle()" instead of "turtle.Turtle)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
