Untitled
unknown
plain_text
2 months ago
936 B
7
Indexable
adjective1 = input("Give me an adjective: \n") place = input("Give me a place: \n") adjective2 = input("Give me another adjective: \n") animal = input("Give me an animal: \n") verbing = input("Give me a verb ending in -ing: \n") noun = input("Give me a noun: \n") exclamation = input("Give me an exclamation: \n") adjective3 = input("Give me another adjective: \n") person = input("Give me a persons name: \n") object = input("Give me an object: \n") adverb = input("Give me an adverb: \n") adjective4 = input("Give me another adjective: \n") print("""Today, I woke up feeling %s and decided to go to %s. On the way, I saw a %s %s %s on top of a %s! I yelled, “%s!” but it just kept going. Then, a %s %s appeared and gave me a %s. I had no idea why, but I said, “Thanks?” and ran away %s. What a %s day!"""%(adjective1,place,adjective2,animal,verbing,noun,exclamation,adjective3,person,object,adverb,adjective4))
Editor is loading...
Leave a Comment