Question : Python
Write a program that gives simple math quizzes. The program should display two random integers between 0 and 999 that are to be added.
For example: 794 + 194 The program should allow the student to enter the answer.
If the answer is correct, a message of congratulations should be displayed. If the answer is incorrect, a message showing the correct answer should be displayed.
The user should be allowed to continue answering questions until the user decides to stop.