Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 163 Bytes

File metadata and controls

14 lines (11 loc) · 163 Bytes
@author jackzhenguo
@desc 
@date 2019/2/10

8 取商和余数  

分别取商和余数

In [1]: divmod(10,3)
Out[1]: (3, 1)