Fingolfin7 / Simple-Python-Calculator

A simple command-line calculator made in Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Python-Calculator

A simple command-line calculator made in Python 3 Supports the basic arithmatic functions, i.e "+", "-", "x/*/X", and "/". Also supports power functions using the "^" charater.

How to use it

It's simple! Type in a sum, eg 12x7 or 7^5, and press enter.

About

A simple command-line calculator made in Python 3

License:MIT License


Languages

Language:Python 100.0%