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!")