Python 除法小技巧
程序员文章站
2022-04-18 12:34:24
...
代码如下:
输出结果:
2.3333333333
from __future__ import division
print 7/3
输出结果:
2.3333333333