From 7d42c402933bb12e270d032f68540a605e1ee96a Mon Sep 17 00:00:00 2001 From: Sampsa Tervo <tervosampsa@gmail.com> Date: Mon, 13 Sep 2021 15:21:03 +0300 Subject: [PATCH] L05T1 --- examples/second.py | 2 ++ hello.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 examples/second.py diff --git a/examples/second.py b/examples/second.py new file mode 100644 index 0000000..cf1d5e7 --- /dev/null +++ b/examples/second.py @@ -0,0 +1,2 @@ +print ("Sampsa Tervo") +print ("My second Pyhton program rules!") \ No newline at end of file diff --git a/hello.py b/hello.py index 4dd44e3..b234687 100644 --- a/hello.py +++ b/hello.py @@ -1,3 +1,3 @@ print ("Sampsa Tervo") print ("13.9.2021") -print ("My second Pyhton program rules!") \ No newline at end of file +print ("Hello world!") \ No newline at end of file -- GitLab