From 36fc3d82343e3955981dfe0b443a92316b0d142b Mon Sep 17 00:00:00 2001 From: RuutaL <56561159+RuutaL@users.noreply.github.com> Date: Tue, 15 Oct 2019 19:27:15 +0200 Subject: [PATCH] Long descriptive message. --- Python/Matthias.py | 3 +++ Python/Tuesday.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 Python/Matthias.py create mode 100644 Python/Tuesday.py diff --git a/Python/Matthias.py b/Python/Matthias.py new file mode 100644 index 0000000..7435b2e --- /dev/null +++ b/Python/Matthias.py @@ -0,0 +1,3 @@ +print ("thanks for using your computer") +print("this is going well") +print("we're winning this!") \ No newline at end of file diff --git a/Python/Tuesday.py b/Python/Tuesday.py new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/Python/Tuesday.py @@ -0,0 +1 @@ +print("Hello World!")