Merge branch 'fix-cislo'
This commit is contained in:
commit
aa844d0f37
1 changed files with 6 additions and 0 deletions
6
hello.py
6
hello.py
|
@ -7,4 +7,10 @@ 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.")
|
||||||
|
|
||||||
print("Git je super!")
|
print("Git je super!")
|
||||||
|
|
Loading…
Reference in a new issue