Question: please use beginner techniques for answer Task 03: Write a function math quiz that gives simple math quizzes. The function takes no parameters and returns
please use beginner techniques for answer
Task 03: Write a function math quiz that gives simple math quizzes. The function takes no parameters and returns no values. The function should display the two random integers (0-999) that are to be added, such as: 247 + 129 The function 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. Save the function in a PyDev library module named functions.py Sample run (Sample keyboard input is underlined): 247 + 129 Answer: 999 Incorrect - the answer should be: 376 Sample run (Sample keyboard input is underlined): 247 + 129 Answer: 376 Congratulations, correct answer! Write a main program t03.py to test your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
