You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a Python program that:
Asks the user for two numbers and a mathematical operation (+, -, *, /).
Performs the selected operation and displays the result.
Handles division by zero errors.