Compare commits
No commits in common. "aa844d0f37bff384c75ccb930ba12748ce5e99b6" and "99a6710086a578ffe04aa7ab54f3153f3eecedd0" have entirely different histories.
aa844d0f37
...
99a6710086
1 changed files with 0 additions and 6 deletions
6
hello.py
6
hello.py
|
@ -7,10 +7,4 @@ 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