parent
56390e00ef
commit
9ab2896748
1 changed files with 0 additions and 6 deletions
6
hello.py
6
hello.py
|
@ -6,9 +6,3 @@ print("Teď je", now)
|
||||||
|
|
||||||
jmeno = input("Jak se jmenuješ?")
|
jmeno = input("Jak se jmenuješ?")
|
||||||
print("Zdravím i Tebe,", jmeno)
|
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