Here's how I would do it in python 3+
noun = input("Enter a noun: ")
adjective = input("Enter an adjective: ")
print(f"The {noun} is {adjective}")
I hope this helps!
8.6m questions
11.2m answers