x=input(“请输入一个四则运算表达式:”)print(“{0}={1_f}”.format(x,_))
x=input("请输入一个四则运算表达式:") print("{}={:.2f}".format(x,eval(x)))