animal1 = input("Enter an animal name: ") animal2 = input("Enter another animal name: ") print ("At the zoo we saw a", animal1) print ("It was next to the", animal2, "enclosure")