当前位置 博文首页 > Python 除法小技巧

    Python 除法小技巧

    作者:admin 时间:2021-02-02 15:07

    复制代码 代码如下:

    from __future__ import division

    print 7/3

    输出结果:
    2.3333333333
    js
    下一篇:没有了