A simple interactive Mad Libs game written in Python.
This program asks the user for different words and then creates a short, funny story using their inputs.
The program:
- Asks the user to enter:
- An adjective
- A noun
- Another adjective
- A verb
- One more adjective
- Uses those words to generate a short zoo-themed story.
- Prints the story line by line.
- Make sure Python is installed on your computer.
- Save the file as
madlib.py - Open a terminal or command prompt.
- Run:
python madlib.py