1.

The command which helps us to reset the pen (turtle):(a) turtle.reset(b) turtle.penreset(c) turtle.penreset()(d) turtle.reset()

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