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.
5.9m questions
7.7m answers