Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python (35 Points) Write a function madlibs0 that takes in 4 parameters. A list of nouns, a list of verbs a list of adjectives

image text in transcribed

in python

(35 Points) Write a function madlibs0 that takes in 4 parameters. A list of nouns, a list of verbs a list of adjectives and some text. The text will have NNN for a place to inject a random noun from the list, VVV to inject a random verb from the list and AAA to inject a random adjective from the list. The function will print the text with the values replaced. Here is some sample output. HINT: Break the text up into individual strings. Here are three sample runs of the lists and sentences found in the template. Feel free to edit the lists and make 3. up your own text templates. RESTART: C:/Users/azoko/Desktop The hungry girl ran at the father A guard looked at the dog and then shouted at the hungry guard RESTART: C:/Users/azoko/Desktop/ The hungry donkey sang at the teacher A teacher looked at the dog and then sang at the stunned father RESTART: C:/Users/azoko/Desktop/ The stunned dog flew at the boy A policeman lo?ked at the donkey and then shouted at the silly dog

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions

Question

5-8 What are the advantages and disadvantages of the BYOD movement?

Answered: 1 week ago