A python program to ask the user for his name and greets him

Write a python program to ask the user for his name and greets him:

Answer:
s = raw_input("What is your name?")
print "HELLO ", s

Output:
What is your name?Tom
HELLO Tom

Comments

Popular posts from this blog

Solve

Solved practical slips of 12th Computer Science journal

SOLVE QUESTION ANSWERS ON OPERATING SYSTEM .