Kasante95

apple_place_random

Mar 30th, 2023 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. def place_apple():
  2.     apple.x = randint(10, 500)
  3.     apple.y = randint(10, 500)
Advertisement
Add Comment
Please, Sign In to add comment