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
A simple command-line calculator built using Python.
Features
Basic operations (+, -, *, /)
Handles division by zero
Input validation
Continuous usage
How to Run
Install Python
Run: python main.py
About
A beginner-friendly Python CLI calculator that performs basic arithmetic operations. Built to strengthen programming fundamentals such as functions, conditional logic, loops, and input validation. Includes error handling for invalid inputs and division by zero.