python中取整取余模块

【python中取整取余模块】a,b取整取余:使用python中的模块

(整数, 余数) = divmod(a,b)

小技巧关键时候可以用用

    推荐阅读