diff --git a/input_file.py b/input_file.py new file mode 100644 index 00000000..fe7ffeaa --- /dev/null +++ b/input_file.py @@ -0,0 +1,2 @@ +name = input("What's your name? ") +print(f"Hello, {name}! Welcome to Python.") \ No newline at end of file