Assignment 1a: Hello, (Your Name Here)

When you run this program, the computer should prompt you for your name.  Computers should always be polite!

Hello human, what is your name?

The program should wait for your response, and assuming you typed “Ophelia”, the computer should respond,

Hello, Ophelia, what a lovely name.

Or something just as nice.

You’ll need to be able to get user input, and format your output string in order to complete this assignment.