From 4889d6cf47c65c1f2eefcb716bf79867d377294d Mon Sep 17 00:00:00 2001 From: sascha Date: Thu, 7 Mar 2024 09:21:24 +0000 Subject: [PATCH] init --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..b536a14 --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +answer = input("What's your name? ") +print(f"Hello {answer}!") \ No newline at end of file