3

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.

Acorn
  • 24,970
  • 5
  • 40
  • 69
penny12
  • 57
  • 4

1 Answers1

2

@penny12 use turtle.clear() to hide text created with turtle.write()

Tanner Dolby
  • 4,253
  • 3
  • 10
  • 21