Respuesta :
Answer:
person = input('enter person name:')
print("Nice name!")
color = input('enter color: ')
print("Ooo good choice")
foods = input('enter name of some food make a plural!: ')
print("Mmm..you have excellent taste")
adjective = input('enter an adjective name: ')
print("Good!")
thing = input('enter a thing name : ')
print("Cool!")
place = input('enter place : ')
print("Never been there but it seems cool!")
verb = input('enter verb : ')
print("Amazing verb!")
adverb = input('enter adverb : ')
print("Love it!")
food = input('enter food name: ')
print("I'm getting hungry!!")
things = input('enter name of things you like make this plural too! : ')
print("Okay, here are the results!")
print("Today we got apples from", person)
print("The apples were", color)
print("After that we ate lots of", foods)
print("I also met a dog that was", adjective)
print("Also, I found something near the trees. It was a", thing)
print("I found myself wandering to a", place)
print("Then I decided to", verb)
print("I did that very", adverb)
print("Then I got home and ate some", food)
print("Then I played with some", things)
print("Hope you liked this story! Bye!")
- This was written in my words
- I tried to make a simple as possible but enough to get through the project.
- I had the same project but it wanted me to do it on R E P L I T from ED's commands
This I did on R E P L I T if you want the OnlineGDB one I found this on it.(The one below) It should be right if it isn't I recommend using the one above written by me.
import time
from time import sleep
text1 = 'I liked'
text2 = 'much better'
adjective1 = input ("Enter an adjective: ")
time.sleep(1)
print ('Ooh, nice adjective!')
time.sleep(1)
noun1 = input ("Enter a noun: ")
time.sleep(1)
print ('Woah! You are so creative!')
time.sleep(1)
verb_past_tense1 = input ("Enter a verb in the past tense: ")
time.sleep(1)
print ('Have you ever done that?')
time.sleep(1)
verb_past_tense2 = input ("Enter a verb in the past tense: ")
time.sleep(1)
print ('Hmm...')
time.sleep(1)
noun2 = input ("Enter a noun: ")
time.sleep(1)
print (text1, noun1, text2)
time.sleep(1)
adverb1 = input ("Enter an adverb: ")
time.sleep(1)
print ('Oh, okay, showoff!')
time.sleep(1)
verb_past_tense3 = input ("Enter a verb in the past tense: ")
time.sleep(1)
print ("...")
time.sleep(1)
verb_past_tense4 = input ("Enter another verb in the past tense: ")
time.sleep(1)
print ("Oh, yeah. Reeeealll original.")
time.sleep(1)
exclamation1 = input ("Enter an exclamation: ")
time.sleep(1)
print ('That is it. I am done reading your terrible MadLib inputs.')
time.sleep(1)
verb_ending_with_ing = input ("Enter a verb ending with -ing: ")
time.sleep(1)
print ("Hmph...")
time.sleep(1)
plural_noun = input ("Enter a plural noun: ")
time.sleep(1)
print ("Generating your (probably terrible) MadLib.")
time.sleep(3)
print ('Get ready,')
time.sleep(1)
print ('Get set,')
time.sleep(1)
print ('READ!')
time.sleep(1)
text3 = 'It was a'
text4 = "night."
text5 = 'All of a sudden, I heard a loud'
text6 = 'right outside my window!'
text7 = 'I'
text8 = 'over to the blinds and'
text9 = 'them open.'
text10 = "There was a"
text11 = "outside my house!"
text12 = "I"
text13 = "over to the front door, and"
text14 = "it open."
text15 = "what are you doing, just"
text16 = "there... So menacingly?"
text17 = "I am here for"
text18 = "the"
text19 = 'replied.'
text20 = "Well, that is all you had to say, I told the"
text21 = "And, without further ado, I invited the"
text22 = "inside for"
print (text3, adjective1, text4)
time.sleep(3)
print (text5, noun1, text6)
time.sleep(5)
print (text7, verb_past_tense1, text8, verb_past_tense2, text9)
time.sleep(5)
print (text10, noun2, text11)
time.sleep(4)
print (text12, adverb1, verb_past_tense3, text13, text14)
time.sleep(4)
print (exclamation1, text15, verb_ending_with_ing, text16)
time.sleep(5)
print (text17, plural_noun, text18, noun2, text19)
time.sleep(3)
print (text20, noun2)
time.sleep(4)
print (text21, noun2, text22, plural_noun)
time.sleep(5)
print ("THE END!")
time.sleep(1)
print ("Thankfully.")
time.sleep(1)
print ("Now, go away!")
Explanation:
- I hope this helped
- The bottom one is copy and pasted from OnlineGDB. It's just an example and something to help you understand if you don't. I won't stop you from copying and pasting it but I recommend you write it in your own words.
- On the other hand, the top one or the first one is written by me in my own words. I used the OnlineGDB for examples but it's all in my own words. You may use that and directly copy and paste it.
- Thanks for your time
- Brainliest appreciated! :)
-- Juri Davis
Mad libs story: I live on the planet____. That’s a problem because at____pm, EST I have to go to____. So I have to build a____To get from the moon to___. So I need___ to build my (Machine of choice).This will take about___hours. So I should____to pass the time. After I finally finish my machine but I need someone else to operate the machine so I will ask___ to assist me. And when you finally turn the machine on____.
Code:
time = input("Enter a planet: ")
print("Enter a time: ")
print("Enter a place: ")
print("Enter a machine: ")
print("Enter another planet: ")
print("Enter thing: ")
print("Enter a number: ")
print("Enter a thing: ")
print("Enter a animal or person: ")
print("Enter a sad or happy ending: ")
Explanation:
- I provided a picture for those of you who do not have a pc or need the evidence that you did it for the assignment.
- You can of course filter anything you don't like and change the story around.
-Remember for it to show up you have to type the planet or anything you have chosen (In the console) and press enter.
-Mine is a bit basic so it is easy to fix up if needed
-I would change the story around a bit but you can copy and paste it (It's original)
-Please give the person on top brainliest they deserve it for the good answer
