Python有哪些常见的内置函数

数字相关的:  max() 、  min()   、  sum()   、  sorted()  、  len() 、   round() 等类型相关:   int()   、   float()  、  str()   、  bool()  、   list()  、  dict()  、   tuple() 、  set()   、  bin()  、  ord() 、chr()等

posted @ 2023-01-30 16:05  小涵豆  阅读(98)  评论(0)    收藏  举报