Question: Write a python program that does the following: 1. Creates a sequence that has the names of seven fruits. 2. Asks the user for a
Write a python program that does the following: 1. Creates a sequence that has the names of seven fruits. 2. Asks the user for a sentence. (Assume the user will not enter an incorrect input) 3. Tells the user how many fruits are in that sentence using a conversion specifier. 4. Finds and replaces at least one instance of a fruit in the sentence with Brussel Sprouts. 5. Displays the new sentence to the user. Program should look something like this:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
