Computer Science, asked by sofiyabanu, 1 year ago

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 pornimv
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

pornimv: it will work now
sofiyabanu: noo
pornimv: i got the output
pornimv: and then only im telli g tis
sofiyabanu: okk wait
sofiyabanu: m trying
sofiyabanu: oohk done
sofiyabanu: thank u soo much
pornimv: have u got that
sofiyabanu: yaah
Similar questions