Computer Science, asked by aishwarya2942, 11 months ago

How do you write a Python function where the input is a name? The output is greeting to the person with the inputted name. You will need to return a string.​

Answers

Answered by Anonymous
1

def greet():

name = Input("What is your name")

print("Hello" , name)

return name

greet()

Answered by FIRE07
2

program

name=input("enter the name")

print("hello,name")

hope the program is usefull..

hope the program is usefull.. plzz mark it as brainlist.

Similar questions