How to move things up, using turtle GUI in Python

后端 未结 0 810
攒了一身酷
攒了一身酷 2021-02-02 08:00

I have been using turtle to make a square move up, but it doesn\'t respond to keystrokes.

def paddle_a_moveUp():
    y = paddleA.ycor()
    y += 20
    paddleA.se         


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