在python2.7.2 doc中可以查到每个函数的详细用法:function
Built-in Functions
abs() divmod() input() open() staticmethod...) len() range() type()
bytearray() float() list() raw_input() unichr()
callable() format() locals() reduce...dict() hex() object() slice() coerce()
dir() id() oct() sorted() intern()
想要查所有内置函数名可以在python命令行方式中如下输入...NotImplementedError', 'OSError', 'OverflowError', 'PendingDeprecationWarning', 'ReferenceError', 'RuntimeError', 'RuntimeWarning...'next', 'object', 'oct', 'open', 'ord', 'pow', 'print', 'property', 'quit', 'range', 'raw_input', 'reduce