diff --git a/scripts/hello_snake.py b/scripts/hello_snake.py new file mode 100644 index 0000000..da18dac --- /dev/null +++ b/scripts/hello_snake.py @@ -0,0 +1,2 @@ +name = input("Your name: ") +print(f"Hello {name}! Welcome to PythonBeginners.")