Ptáme se na číslo
This commit is contained in:
parent
451629d75e
commit
56390e00ef
1 changed files with 6 additions and 0 deletions
6
hello.py
6
hello.py
|
@ -6,3 +6,9 @@ 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.")
|
||||
|
|
Loading…
Reference in a new issue