I am trying to make calculator that can solve expressions with basic 4 operators, like 1+2*3-4/5, however it does not work and I do not know what is wrong. Please check my code.
Here is simple code in python for creating a calculator same as in Python terminal.
number = input("") print number