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
  • 22,093
  • 4
  • 30
  • 62
penny12
  • 57
  • 4

1 Answers1

2

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

Tanner Dolby
  • 2,414
  • 2
  • 6
  • 14