/py_calc

Simple python terminal calculator

Primary LanguagePython

py_calc

A very simple python terminal calculator


The calculator is capable of computing any binary exprression out of: +, -, *, /

Expected expression format: <number> <operation_sign> <number>