Question: With Python, create a fill in the blank word game. Prompt the user to enter a noun, verb, and an adjective. Use those responses to
With Python, create a fill in the blank word game. Prompt the user to enter a noun, verb, and an adjective. Use those responses to fill in the blanks and display the story. Write a short story. Remove a noun, verb, and an adjective. Create a function to get the input from the user. Create a function that fills in the blanks in the story you created. Ensure each function contains a doc-string. After the noun, verb, and adjective have been collected from the user, display the story using their input.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
