Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 564 Bytes

File metadata and controls

7 lines (6 loc) · 564 Bytes

simplecalculator-python

A simple command-line calculator written in Python that performs basic arithmetic operations. It accepts user input, supports addition, subtraction, multiplication, and division. This project was created solely for learning purposes with the aim of understanding core Python concepts. It is not intended for production use or general user consumption.

Features:

  • Basic arithmatic operations (addition, substraction, multiplication, division and modular multiplication)
  • Can be ran from the terminal or any kind of terminal
  • That's it