Question: In Python calculate the following 1) A simple calculator to accept two numbers and print the addition, subtraction, multiplication and division of the two numbers.
In Python calculate the following
1) A simple calculator to accept two numbers and print the addition, subtraction, multiplication and division of the two numbers.
You are required to store each input number in a separate variable.
2) Limit the input range from -100 to 100 for each input number
Prevent dividing by zero (Do not use try-except)
Instead of hard coding values from -100 to 100, let the user enter the range
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
