Skip to content

Commit

Permalink
remake1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu-Tora committed Nov 3, 2024
1 parent 1818934 commit 697bc00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def __init__(self, name: str, is_hungry: bool = True) -> None:

@staticmethod
def bring_slippers() -> None:
print(f"The slippers delivered!")
print("The slippers delivered!")


def feed_animals(animals: list) -> int:
total_food = 0
Expand Down

0 comments on commit 697bc00

Please sign in to comment.