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
1
a=input("enter first word:")
b=input("enter second word:")
print('a',/t,'b')
follow me
mark me brainliest
Similar questions