Python Turtle color collision Visual Code Studio

前端 未结 0 555
天涯浪人
天涯浪人 2021-02-02 10:34
def LaunchL():
  global collide
  while collide == "False":
    PN.setheading(180)
    PN.forward(5)
    PN.speed(6)
  wn_canvas = wn.getcanvas()
  x,y  = PN.p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题