1 2 3 4 5 6 7 8 9 10
Noun1 = raw_input("enter a noun ")
Noun2 = raw_input("enter another noun ")
verb1 = raw_input("enter a verb ")
adj = raw_input("enter an adj ")
adj2 = raw_input("enter another adj ")
print noun1 + "are the most " + adj2 + " pet .When I got him.He was so " + adj + ".He looked like a" + noun2 + ".When I got hem he "+ adj +" do alot of things .like set , " + verb1 + ".I love hem so much."