From 30c39c4391c5986a323178c743cea4bd63e22a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1hodn=C3=A1=20Ko=C4=8Dka?= Date: Tue, 4 May 2021 18:22:25 +0200 Subject: [PATCH] Chyba opravena --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 92106f9..fb0f27c 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ print("Teď je", now) jmeno = input("Jak se jmenuješ?") print("Zdravím i Tebe,", jmeno) -cislo = int(input("Hádej číslo!") +cislo = int(input("Hádej číslo!")) if cislo == 42: print("Jak jsi to věděl???") else: