Skip to content

Commit

Permalink
fixed solution
Browse files Browse the repository at this point in the history
  • Loading branch information
kostomeister committed Oct 10, 2023
1 parent 9413aa9 commit 946c3a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ def bite(self, herbivore: Animal) -> None:
if herbivore.health <= 0:
herbivore.die_animal()
herbivore.health -= 50


0 comments on commit 946c3a4

Please sign in to comment.