From 7dc5eaa3d5d1d3f927aec41910cfe4845243821e Mon Sep 17 00:00:00 2001 From: Sampsa Tervo <tervosampsa@gmail.com> Date: Mon, 13 Sep 2021 15:18:08 +0300 Subject: [PATCH] L05T1 --- hello.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hello.py b/hello.py index e69de29..4dd44e3 100644 --- a/hello.py +++ b/hello.py @@ -0,0 +1,3 @@ +print ("Sampsa Tervo") +print ("13.9.2021") +print ("My second Pyhton program rules!") \ No newline at end of file -- GitLab