There was an error while loading. Please reload this page.
@author jackzhenguo @desc @date 2019/2/10
分别取商和余数
In [1]: divmod(10,3) Out[1]: (3, 1)