From 95979cdcf0844b2f00f2916b8a47ed354bafcf3a Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Sun, 16 Jul 2023 21:39:42 +0200 Subject: [PATCH] The Last Problem --- thelastproblem.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 thelastproblem.py diff --git a/thelastproblem.py b/thelastproblem.py new file mode 100644 index 0000000..628ae24 --- /dev/null +++ b/thelastproblem.py @@ -0,0 +1,2 @@ +s = input() +print(f"Thank you, {s}, and farewell!")