Computer Science, asked by aroraashima901, 1 month ago

what is import python turtle?​

Answers

Answered by sambitsagar28
1

Answer:

"Turtle” is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like turtle.forward(…) and turtle.right(…) which can move the turtle around. Commonly used turtle methods are : Method. Parameter.

Similar questions