Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.04 KB

File metadata and controls

26 lines (22 loc) · 1.04 KB

内置函数

Python 内置函数

- - - -
abs() divmod() input() open()
all() enumerate() int() ord()
any() eval() isinstance() pow()
basestring() execfile() issubclass() print()
bin() file() iter() property()
bool() filter() len() range()
bytearray() float() list() raw_input()
callable() format() locals() reduce()
chr() frozenset() long() reload()
classmethod() getattr() map() repr()
cmp() globals() max() reverse()
compile() hasattr() memoryview() round()
complex() hash() min() set()
delattr() help() next() setattr()
dict() hex() object() slice()
dir() id() oct() sorted()

参考