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!
5.8m questions
7.5m answers