From 6ad58046a68c58776e1c79af54d8eb639fec76cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Tue, 23 Jun 2026 21:08:47 +0200 Subject: [PATCH] =?UTF-8?q?feature/hraci:=20dal=C5=A1=C3=AD=20hod=20v=20r?= =?UTF-8?q?=C3=A1mci=20"tahu"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 +++ 1 file changed, 3 insertions(+) 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)