diff --git a/hello.py b/hello.py index 381f4b3..3461f61 100644 --- a/hello.py +++ b/hello.py @@ -6,3 +6,5 @@ print("Teď je", now) jmeno = input("Jak se jmenuješ?") print("Zdravím i Tebe,", jmeno) + +print("Git je super!")