请有人向我解释为什么表达式2 + 4/2*3评估为8.0而不是2.66?
我认为乘法是在除法之前进行的,但是在这种情况下似乎在乘法之前执行除法运算.
python math python-3.x
math ×1
python ×1
python-3.x ×1