Write a program that asks the user's name, then prints:
Hello, <name>!
For example:
Enter your name: Tara
Hello, Tara!
Hint
Make sure you give raw_input the same prompt message that is used in the example interaction above.
Write a program that asks the user's name, then prints:
Hello, <name>!
For example:
Enter your name: Tara
Hello, Tara!
Hint
Make sure you give raw_input the same prompt message that is used in the example interaction above.
You forgot your code and question.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.