diff --git a/hello.py b/hello.py
index 3461f61..0da219c 100644
--- a/hello.py
+++ b/hello.py
@@ -7,4 +7,10 @@ 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.")
+
 print("Git je super!")