

InterviewSolution
Saved Bookmarks
1. |
The command which helps us to reset the pen (turtle):(a) turtle.reset(b) turtle.penreset(c) turtle.penreset()(d) turtle.reset()I have been asked this question in an online quiz.The doubt is from Turtle Module topic in portion Mapping Functions and Modules of Python |
Answer» Correct choice is (d) turtle.RESET() |
|