内置函数-Python

By 肖奈
2017-06-29
2914 read

Python解释器有很多内置的函数和类型,它们总是可用的。它们按字母顺序排列在这里。




Built-in Functions


abs() dict() help() min() setattr()

all() dir() hex() next() slice()

any() divmod() id() object() sorted()

ascii() enumerate() input() oct() staticmethod()

bin() eval() int() open() str()

bool() exec() isinstance() ord() sum()

bytearray() filter() issubclass() pow()

super()

bytes() float() iter() print() tuple()

callable() format() len() property() type()

chr() frozenset() list() range() vars()

classmethod() getattr() locals() repr() zip()

compile() globals() map() reversed() __import__()

complex() hasattr() max() round()

delattr() hash() memoryview() set()




使用list和tuple-Python
Python 常见错误

Comments

暂无评论,还不快来坐沙发...

Leave a Reply