1.1.3 Create Your Mad Lib
1.1.3 Submission Criteria
Create your own Mad Lib! Use the code editor below to build a program that asks the user for words and creates a fun story.
Requirements
Your program must have:
- At least 3 different variables - Store the words your user provides
- At least 3 values set by the user - Use
input()to ask for words - Text output that prints a story - Use
print()to display your completed story using all your variables
Get Creative
The text of your story can be anything you want - be creative! Make it funny, serious, adventurous, or whatever you like.
Build Your Mad Lib
Use the editor below to write your code. The evaluation checklist will update as you code, showing you what you've completed and what still needs work.
Congratulations on completing your first Natural Language Processing project!
Loading Python environment...