Monday, December 16, 2019

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

No comments:

Post a Comment

Featured posts

Ethiopian culture calendar language

Ethiopian culture, calendar, language  The Ethiopian language, specifically Amharic , uses a script called Ge'ez script . It consists of...

Popular posts