当前位置:主页 > 软件编程 > Python代码 >

Python 除法小技巧

时间:2021-04-19 08:05:08 | 栏目:Python代码 | 点击:

复制代码 代码如下:

from __future__ import division

print 7/3

输出结果:
2.3333333333

您可能感兴趣的文章:

相关文章