Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. >>> direction.NORTH
  2. >>> <direction.NORTH: (-1, 0)>
  3. type(direction.NORTH)
  4. >>> <enum 'direction'>
  5. type(direction.NORTH.value)
  6. >>> <class 'pyarn.terrain.vector'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement