

InterviewSolution
Saved Bookmarks
1. |
Which of the following functions results in an error?(a) turtle.shape(“turtle”)(b) turtle.shape(“square”)(c) turtle.shape(“triangle”)(d) turtle.shape(“rectangle”)The question was posed to me in my homework.Question is from Turtle Module in division Mapping Functions and Modules of Python |
Answer» The CORRECT choice is (d) turtle.shape(“RECTANGLE”) |
|