Computer Science, asked by neelamtiwari53838, 6 months ago

Command returns the turtle to its origin that is the ​

Answers

Answered by da4729204
1

Answer:

import turtle

obj = turtle.Turtle()

# following commands returns turtle to original position

obj.goto(0,0)

Similar questions