📅  最后修改于: 2022-03-11 14:46:22.256000             🧑  作者: Mango
import turtle as t
t.goto(0,50)
t.exitonclick()
t.TurtleScreen._RUNNING = True
t.goto(50,150)
t.exitonclick()
t.TurtleScreen._RUNNING = True