How do you hide the turtle while drawing in Python 3. It is covering my work and I need to see exact corners and other things. Is it also possible to draw with it hidden? Thank you.
I have tried this command and it did nothing. t = turtle.Turtle() s = t.getscreen()
You have hide the turtle with the following code.
# hide the turtle
turtle.hide_turtle()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With