Python3内置函数系列目录

先附上英文原版帮助文档

  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()  

 

在我学习的过程中,我记下的随笔:

Python3内置函数——all与any

Python3内置函数——print

Python3内置函数——bin

 

posted @ 2017-08-17 02:01  田大可  阅读(506)  评论(0编辑  收藏  举报