Kasante95

fox_coin_actors

Apr 4th, 2023
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. fox = Actor("fox")
  2. fox.pos = 100, 100
  3. coin = Actor("coin")
  4. coin.pos = 200, 200
Advertisement
Add Comment
Please, Sign In to add comment