From 7bfe1a3cdc7a056cf90e5263ff6a16c1005456c5 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:58:15 +0200 Subject: [PATCH] Git je super! --- hello.py | 2 ++ 1 file changed, 2 insertions(+) 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!")