write a program that ask two people for their names store the name in variables called name 1& name2 says hello to both of them!.... python
Answers
Answered by
74
name1 = input ("enter name1:")
name2 = input ("enter name2:")
print("hello",name1,name2)
I hope this may help you
please make it as brainliest pls
name2 = input ("enter name2:")
print("hello",name1,name2)
I hope this may help you
please make it as brainliest pls
pornimv:
it will work now
Similar questions