python之整除实现2019-06-11 本文已影响0人 A_You 定义两个整型 a,b,分别求其integer division,float division: a = 4 b = 3 a//b = 1 a/b = 1.33333333333