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()

BEST explanation: The command turtle.reset() helps us to reset the pen. After the execution of this command, we get a BLANK PAGE with an arrow on it. We can then perform any desired operation on this page.



Discussion

No Comment Found

Related InterviewSolutions