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.9m questions
7.8m answers