立即学习:https://edu.csdn.net/course/play/26676/338772?utm_source=blogtoedu 整数和浮点数 type():查看对象的类型整数:int 浮点数:floatint(3.14)id() :得到对象的内存地址divmod(a,b) a/b,a%bhelp()