diff --git a/hello.py b/hello.py index a752166..470db97 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,5 @@ +import datetime + print("Ahoj, KSP!") +now = datetime.datetime.now() +print("Teď je", now)