Advertisement

Python学习之---内建函数isinstance().issubclass().sum().sorted().all().any.的使用方法详解

阅读量:

Python 解释器中预置了大量可供调用的函数与数据类型,以下为部分常见示例:
菜鸟教程内建函数

- - 内建函数表 - -
★isinstance() ★issubclass() ★sum() ★sorted() memoryview()
★enumerate() ★reversed() ★zip() help() min()
★any() ★all() hex() next() slice()
ascii() divmod() id() object() dir()
bin() round() input() oct() staticmethod()
bool() eval() int() open() str()
breakpoint() exec() delattr() ord() set()
bytearray() filter() hash() pow() super()
bytes() float() iter() print() tuple()
callable() format() len() property() type()
chr() f

全部评论 (0)

还没有任何评论哟~