diff --git a/hello.py b/hello.py index ce18562..ad5ce0e 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,5 @@ +import datetime + print("Ahoj, světe!") +now = datetime.datetime.now() +print("Teď je", now)