python内置函数

python提供了68个内置函数,不过常用的只有36个

abs() id() round() compile() locals all()
input() set() dir() map() any() int()
sorted() exec() memoryview() asci() len() str()
enumerate() next() bin() list() tuple() filter()
object() bool() max() type() formt() property()
chr() min() zip() frozenset() repr() complex()
oct() getattr() setattr() dict() open() globals()
slice() divmod() ord() bytes() hasattr() staticmethod()
eval() pow() delatter() help() sum() float()
print() bytearray() isinstance() super() hash() range()
callable() issubclass() vars() hex() reversed() classmethod()
iter() _ import() _

部分内置函数的用途

  • all()函数:一般针对组合数据类型,如果其中每个元素都是True,则返回True,否则返回False。需要注意的是,整数0、空字符串“”、空表格[]等都被当成False
  • any()函数:只要数据中有一个元素是True,则返回True,全部元素都是False时返回False
  • hash()函数:对于能够计算哈希的类型,并返回哈希值
  • id():对每一个数据返回唯一的编号
  • reversed(): 函数返回输入组合数据类型的逆序形式
  • sorted():对一个序列进行排序,默认从小到大排序
  • type():函数返回每个数据对应的类型
Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2015-2023 dwx
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信