/ 除法 自动转化为浮动数
// 整除 只保留整数部分
>>> 2/21.0>>> 2//21>>> 1//20
Python (2) 除法
原文:https://www.cnblogs.com/guangzhou11/p/11529417.html