commit 4889d6cf47c65c1f2eefcb716bf79867d377294d Author: sascha Date: Thu Mar 7 09:21:24 2024 +0000 init 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