We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef41f73 commit f1446d3Copy full SHA for f1446d3
1 file changed
Doc/library/turtle.rst
@@ -16,6 +16,9 @@
16
17
import os
18
os.remove("my_drawing.ps")
19
+ # Destroy the turtle window after tests are complete
20
+ # Imported via star import in testsetup
21
+ bye()
22
23
--------------
24
0 commit comments