Computer Science, asked by sheoprasad1212, 1 year ago

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

Answers

Answered by bramarambarowthu
0

Answer:

name = raw_input("Enter your name: ")

print "Hello",name

Explanation:

python

Similar questions