Project: Mad Lib Generator
Build a fun Mad Lib generator using functions and user input!
We'll cover the following
Task
Let’s have some fun! Create a function that takes three words—a noun
, a verb
, and an adjective
—and uses them to print a silly sentence.
💡 Hint: Define a function with three parameters (e.g.,
noun
,verb
,adjective
) and useprint()
to create a sentence like:"The silly cat decided to dance all day."
.
Get hands-on with 1400+ tech skills courses.