4380: 【Python进阶】算式求解
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:402
Solved:124
Description
输出对应数学算式的计算结果。
a = input() s = ___(a) print(a + "=" + ___(s))
Sample Input Copy
3+6-5*4+6*3-2
Sample Output Copy
3+6-5*4+6*3-2=5