Python 除法小技巧

脚本专栏 发布日期:2025/1/12 浏览次数:1

正在浏览:Python 除法小技巧
复制代码 代码如下:
from __future__ import division

print 7/3

输出结果:
2.3333333333