Problem
Design a program that gives simple math quizzes. The program should display two random numbers that are to be added, such as:
247
+ 129
The Python Program must also:
• Run without error
• Contain modules/functions that logically break up the program
• Contain appropriate comments that explain the logic of the program
• Meet the minimum requirements as stated in the exercise.