Compare commits

..

No commits in common. "aa844d0f37bff384c75ccb930ba12748ce5e99b6" and "99a6710086a578ffe04aa7ab54f3153f3eecedd0" have entirely different histories.

View file

@ -7,10 +7,4 @@ 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.")
print("Git je super!")