立即学习:https://edu.csdn.net/course/play/26676/338772?utm_source=blogtoedu
type() 函数 :用于检查数据类型
int()强行转换数据为整数
id()可以查询数据内存地址
str()
divmod(5,2) 返回(2,1)(商,余数)
5//2=2
round(数,位数)
round(1.2345,2)=1.23
立即学习:https://edu.csdn.net/course/play/26676/338772?utm_source=blogtoedu
type() 函数 :用于检查数据类型
int()强行转换数据为整数
id()可以查询数据内存地址
str()
divmod(5,2) 返回(2,1)(商,余数)
5//2=2
round(数,位数)
round(1.2345,2)=1.23