Answer:
Explanation:
This is unsolvable if you have no variable substitutes
A
x = input ("Enter a word: ")
y = input ("Enter a word: ")
print ( x, " ", y)
This is the simplest way to write it using Python.