Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 251 Bytes

File metadata and controls

14 lines (11 loc) · 251 Bytes

CLI Calculator

Description

A simple command-line calculator built using Python.

Features

  • Basic operations (+, -, *, /)
  • Handles division by zero
  • Input validation
  • Continuous usage

How to Run

  1. Install Python
  2. Run: python main.py