From 697bc002d2b577656b3e14eb5f698a306f1ea947 Mon Sep 17 00:00:00 2001 From: Adam Halka Date: Sun, 3 Nov 2024 22:15:06 +0100 Subject: [PATCH] remake1 --- app/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 0b81e4d2..f56b546c 100644 --- a/app/main.py +++ b/app/main.py @@ -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