5.11. (Part 2) Math Quiz - Python

Words
87
Reading
1 min
Listen
Play
10y

Starting out with Python, Third Edition, Tony Gaddis
Chapter 5
Programming Challenges

  1. Math Quiz

Write a program that gives simple maths quizzes. The program should display two random numbers that are to be added, such as:

       247 
     + 129

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.

Starting out with Python. Third Edition. Tony Gaddis.

Happy Steeming Everyone! :)

5.11. (Part 2) Math Quiz - Python | Ecency