diff --git a/hello.py b/hello.py index 92106f9..381f4b3 100644 --- a/hello.py +++ b/hello.py @@ -6,9 +6,3 @@ print("Teď je", now) jmeno = input("Jak se jmenuješ?") print("Zdravím i Tebe,", jmeno) - -cislo = int(input("Hádej číslo!") -if cislo == 42: - print("Jak jsi to věděl???") -else: - print("To není ono.")