From 36b79530b0e7a3966797db9fc97b5dcfed3b66c5 Mon Sep 17 00:00:00 2001 From: pasi kanto <68000803+Pkanto@users.noreply.github.com> Date: Thu, 10 Sep 2020 21:53:02 +0300 Subject: [PATCH] =?UTF-8?q?toinen=20teht=C3=A4v=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/second.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/second.py diff --git a/examples/second.py b/examples/second.py new file mode 100644 index 0000000..76d6ac8 --- /dev/null +++ b/examples/second.py @@ -0,0 +1,2 @@ +msg = "Pasi kanto" +print(msg, "my second python program rules!") \ No newline at end of file -- GitLab