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.
9.3m questions
12.0m answers