Write a program hello_world_input_name.py
that asks the user to enter their name. The program should store the user's name in a variable called name
, and then print out a personalized hello message to that person.
Sample interaction:
Enter your name, please: Richard
Hello, Richard! How is your day going?!