diff --git a/main.py b/main.py index d0c6e12..62555be 100644 --- a/main.py +++ b/main.py @@ -90,6 +90,9 @@ def evaluate(inp: Any, count: int, throw: str) -> tuple: data = ("count", new_count, old_throw) return data + elif inp == "h": + data = ("count", count, "") + return data def check_value(throw: str) -> bool: throw_s = sorted(throw)