Question: Write a program in python that continually asks the user for the answer to a simple math question (2 + 2). If the user answers
Write a program in python that continually asks the user for the answer to a simple math question (2 + 2). If the user answers the question correctly you should congratulate them and end the program. If they answer the question incorrectly you should re-prompt them until they answer correctly. Sample: What is 2+2? 3 Wrong, try again. What is 2+2? 5 Wrong, try again. What is 2+2? 4 Correct!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
