Answer:
x = input ("Enter a word: ")
y = input ("Enter a word: ")
print ( x, " ", y)
Step-by-step explanation:
This is the simplest way to write it using Python.
1.6m questions
2.0m answers