
Patrick B. answered 03/19/21
Tutor
4.7
(31)
Math and computer tutor/teacher
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
Patrick B. answered 03/19/21
Math and computer tutor/teacher
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.