Advertisement
Guest User

Untitled

a guest
May 31st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1.     def move(self):
  2.         directions = [None, 'forward', 'left', 'right']
  3.         return random.choice(directions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement