Python有哪些常见的内置函数
数字相关的: max() 、 min() 、 sum() 、 sorted() 、 len() 、 round() 等类型相关: int() 、 float() 、 str() 、 bool() 、 list() 、 dict() 、 tuple() 、 set() 、 bin() 、 ord() 、chr()等
数字相关的: max() 、 min() 、 sum() 、 sorted() 、 len() 、 round() 等类型相关: int() 、 float() 、 str() 、 bool() 、 list() 、 dict() 、 tuple() 、 set() 、 bin() 、 ord() 、chr()等