Computer Science, asked by sheoprasad1212, 11 months 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
Math, 5 months ago