Create your own Mad Libs program but with a twist. Your program will be a short story with certain words input by the user. However, instead of merely inputting the words, the user will have to complete a simple math problem to win the opportunity to input a word. If they answer the problem correctly, they can enter that word. If they answer it incorrectly, the program should use a word that you’ve set instead.
For instance, if the user says 3 * 5 is 15, they get to input a word of their choice. However, if they say it’s 3*5 is 8, the word that gets input is "banana". If the user answers all the questions wrong, maybe the whole story would be filled with nothing but bananas!