Question: In Python please 3. Ask the user at least 5 questions that they have to type in an answer to. 4. For each question, if
3. Ask the user at least 5 questions that they have to type in an answer to. 4. For each question, if the user does not enter a valid response (example: your program prints "Enter A if you like apples or K if you like kiwis," but the user enters "apples"), repeatedly re-prompt them to provide a valid answer (either A or K in this example, but you can have the user enter full words, numbers, or anything else to indicate their answer) until they do so 5. Use the answers provided by the user to select from at least 3 possible outcomes. 6. Print out the outcome your program decides on 3. Ask the user at least 5 questions that they have to type in an answer to. 4. For each question, if the user does not enter a valid response (example: your program prints "Enter A if you like apples or K if you like kiwis," but the user enters "apples"), repeatedly re-prompt them to provide a valid answer (either A or K in this example, but you can have the user enter full words, numbers, or anything else to indicate their answer) until they do so 5. Use the answers provided by the user to select from at least 3 possible outcomes. 6. Print out the outcome your program decides on
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
