Computer Science, asked by xo345050855, 1 year ago

Write a program that uses two input statements to get two words as input. Than, print the words on one separated by a space. *Do this using Python

Answers

Answered by vaishnavisharma968
1

a=input("enter first word:")

b=input("enter second word:")

print('a',/t,'b')

follow me

mark me brainliest

Similar questions