From 2f8d5b12c2a98c64415fe9947d5bef9b2e8541dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Sat, 27 Jun 2026 12:34:04 +0200 Subject: [PATCH] =?UTF-8?q?refactoring:=20=C4=8Di=C5=A1t=C4=9Bn=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 828daf1..4a32b1d 100644 --- a/main.py +++ b/main.py @@ -270,7 +270,6 @@ def game(data: tuple) -> None: msg = data[2] count = data[3] th = data[4] - # clear() inp = input(msg) data = evaluate(inp, count, th) else: @@ -296,7 +295,6 @@ def main() -> None: clear() print("Vítejte ve hře v kostky!") add_players() - input("Prosím, stiskněte enter pro první hod:") data = ("count", 6, "") game(data)