Inactive Tutor answered 03/19/21
Tutor
New to Wyzant
strName = input("Please input your name :>")
print("Hello " + str(strName))
Marie D.
asked 03/19/21Use Phyton
Write a program that uses input to prompt a user for their name and then welcomes them
Enter your name: Mira
Hello Mira
Inactive Tutor answered 03/19/21
strName = input("Please input your name :>")
print("Hello " + str(strName))
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.