Kasante95

handle_click

Mar 30th, 2023
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. def on_mouse_down(pos):
  2.     print("Good shot!")
  3.     place_apple()
Advertisement
Add Comment
Please, Sign In to add comment