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
This project is a basic calculator built using Python. It allows users to perform addition, subtraction, multiplication, and division. Exception handling is used to prevent errors such as invalid input and division by zero. It is suitable for beginners and academic practice.