From e01415d0976dbf7d9fea254d60d044af6ddb191e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1hodn=C3=A1=20Ko=C4=8Dka?= Date: Tue, 4 May 2021 17:32:20 +0200 Subject: [PATCH] =?UTF-8?q?Tady=20m=C3=A1=C5=A1=20i=20datum.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.py | 4 ++++ 1 file changed, 4 insertions(+) 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)