Question: Make a python program that print a result of entered formula which is consisted of 3 operators and 4 operands (example formula: 4*2-100/2). This program should be calculated in priority order. (except eval function and exec function in python).