Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to close turle loop

import turtle as t

t.goto(0,50)
t.exitonclick()

t.TurtleScreen._RUNNING = True

t.goto(50,150)
t.exitonclick()

t.TurtleScreen._RUNNING = True
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #close #turle #loop
ADD COMMENT
Topic
Name
5+2 =