From 7e3639ab12aa8adc4046b4acf96dae5ef1f529fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Fri, 26 Jun 2026 19:43:06 +0200 Subject: [PATCH] =?UTF-8?q?fix/chybove-hlasky:=20odstran=C4=9Bno=20vol?= =?UTF-8?q?=C3=A1n=C3=AD=20funkce=20clear()=20p=C5=99i=20renderov=C3=A1n?= =?UTF-8?q?=C3=AD=20chybov=C3=BDch=20hl=C3=A1=C5=A1ek=20souvisej=C3=ADc?= =?UTF-8?q?=C3=ADch=20s=20hodem=20(je=20vid=C4=9Bt=20hodnoty=20na=20kostk?= =?UTF-8?q?=C3=A1ch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ffefad1..31b4161 100644 --- a/main.py +++ b/main.py @@ -245,7 +245,7 @@ def game(data: tuple): msg = data[2] count = data[3] th = data[4] - clear() + # clear() inp = input(msg) data = evaluate(inp, count, th) else: