diff --git a/hello.py b/hello.py index 470db97..381f4b3 100644 --- a/hello.py +++ b/hello.py @@ -3,3 +3,6 @@ import datetime print("Ahoj, KSP!") now = datetime.datetime.now() print("Teď je", now) + +jmeno = input("Jak se jmenuješ?") +print("Zdravím i Tebe,", jmeno)