Instruction
Let's see if you can handle user input first.
Exercise
Write a program that asks the user to provide their name: Hello, what is your name?.
Then, show the following text: Hello, {name}.

Let's see if you can handle user input first.
Write a program that asks the user to provide their name: Hello, what is your name?.
Then, show the following text: Hello, {name}.
