“Como excluir uma tartaruga em python” Respostas de código

Como excluir uma tartaruga em python

#To hide the turtle, use this:
turtle.hideturtle() #"turtle" can be replaced with your turtle's name

#To delete one that is saved in a variable, use this:
yourTurtleName = 0 #Give your turtle value any value exept turtle.Turtle(), and the turtle is dead

#To remove everything a turtle has written, use this:
turtle.clear()
Clumsy Capybara

Como esconder uma tartaruga em python de tartaruga

t = turtle.Turtle()
t.ht() # ht() = hideturtle()
Pluto

Respostas semelhantes a “Como excluir uma tartaruga em python”

Perguntas semelhantes a “Como excluir uma tartaruga em python”

Mais respostas relacionadas para “Como excluir uma tartaruga em python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código