Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. "File "poke2.py", line 64, in <module>
  2. whogoes()
  3. File "poke2.py", line 58, in whogoes
  4. player1.decide(player2)
  5. File "poke2.py", line 26, in decide
  6. self.fight(self.Bigattack, other)
  7. File "poke2.py", line 37, in fight
  8. other.hitpoints -= self.move
  9. AttributeError: player instance has no attribute 'move'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement