This assignment does not count toward the final grade.
Project #1: Mad Libs
- Due No Due Date
- Points 20
- Submitting a file upload
- File Types py
We did an example Mad Libs in class, and now you get to make your own in Python!
Requirements:
- provide 5-15 blanks for the user to fill in
- if you use an answer more than once, it counts as a single blank (input)
- show what you know about using input, variables, and printing / text formatting
Submit your .py file to this assignment.
Rubric
Please include a title
Criteria | Ratings | Pts |
---|---|---|
Asks user for 5-15 unique inputs
threshold:
pts
|
pts
--
|
|
Printed story demonstrates knowledge of string concatenation, including proper spacing when a variable is next to punctuation
threshold:
pts
|
pts
--
|
|
Story is original and entertaining, input instructions make perfect sense, and inputs work well in the story
threshold:
pts
|
pts
--
|