Answer to Question #173212 in Python for Miza Luna

Question #173212

Write a program that uses input to prompt a user for their name and then welcomes them


Enter your name: Mira

Hello Mira


1
Expert's answer
2021-03-19T00:31:16-0400
name = str(input("Enter the name: "))
print("Hello", name)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS