meanother / customr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

2

3

4

def console_run():
    args = create_parser()
    line = args.string
    calc = Calculator(line, stack=Stack())
    print(calc.calculate())

About


Languages

Language:Python 100.0%