name = input("What is your name? ") animal = input("A funny animal? ") place = input("A place? ") verb = input("A verb ending in -ing? ") print("One day, " + name + " went to " + place + " and started " + verb + " with a " + animal + ".")