Is there a way to check if user has clicked in a specific point?

后端 未结 0 1296
Happy的楠姐
Happy的楠姐 2020-12-31 03:34
import turtle
def player1(x,y):
    turtle.penup()
    turtle.setpos(x,y)
    turtle.pencolor(\'red\')
    turtle.pendown()
    turtle.circle(30)
def player2(x,y):
          


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