Skip to content

Commit

Permalink
'Solution'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTarasov57 committed Jul 11, 2024
1 parent a80487f commit ab4757e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ def fire(self, location: tuple) -> str:
value.fire(row, column)
if value.is_drowned is True:
return "Sunk!"
else:
return "Hit!"
return "Hit!"

0 comments on commit ab4757e

Please sign in to comment.