Chyba opravena
This commit is contained in:
parent
56390e00ef
commit
30c39c4391
1 changed files with 1 additions and 1 deletions
2
hello.py
2
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:
|
||||
|
|
Loading…
Reference in a new issue