python2精确除法 python2和python3除法的最大区别: python2: print 500/1000 python2结果:取整数部分,小数并没有保留 0 Process finished with exit … 继续阅读 python2精确除法