Description:
In this lab, we had to code in Python to make a program which would calculate the sum, difference, product, quotient, remainder, and compare the numbers from input. In order to do this, the code that was used in this application is:
Code:
1- Sum numbers
2- Subtract numbers
3- Multiply numbers
4- Divide numbers
5- Remainder of numbers
6- Compare numbers
7- Exit
Screenshot: