Advertisement
Guest User

eeeeeeeeeee

a guest
Nov 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while True:
  2. move()
  3. object_here()
  4. if object_here():
  5. take()
  6. if wall_in_front() :
  7. turn_left()
  8. if at_goal():
  9. turn_left()
  10. turn_left()
  11. done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement