Reputation: 57
I used turtle.write
to write something on the screen. How do I hide it completely. Not the turtle icon thing, but what's written.
Upvotes: 3
Views: 119
Reputation: 4421
@penny12 use turtle.clear()
to hide text created with turtle.write()
Upvotes: 2