Computer Science, asked by vaishnaviverma2528, 5 months ago

6. To accept the name from the user and display the welcome message in python ​

Answers

Answered by rockeykashyap58
0

Explanation:

ap log kya question ker tu hi

Answered by rajputpruthwiraj
0

Answer:

Ask the user to enter name in Python using a function

def hello():

name=str(input("enter the name : "))

print("hello " + str(name))

hello()

Similar questions