Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 401 Bytes

Madlibs Word Game

Mad Libs game in Python! Mad Libs is a word game where players are prompted for a list of words to substitute for blanks in a story.
The game requires basic input from the user and then incorporates those inputs into a predefined text template.

Madlibs_code