From 7677a3b249afb523221a82ccd4657ac43df49d7c Mon Sep 17 00:00:00 2001 From: Daniel Clarke Date: Tue, 7 Feb 2023 11:14:45 -0800 Subject: [PATCH] Say hello to an arbitrary input string --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..04d3c14 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ + +print('Hello, %s!' % (input())) +