ekirill / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator for evaluating string expressions

Implements conversion of string expression from infix notation to Reverse Polish notation. Then evaluates parsed expression and prints the result.

Supports only four operators *,/,+,- and parenthesis ().

Usage: main.py "2+(2*-2-3)*3"

About


Languages

Language:Python 100.0%