输入banner图图片脚本导航/分类

Python除法小技巧

代码如下:


from __future__ import division

print 7/3


输出结果:
2.3333333333