Python内置函数
- abs()
- all()
- any()
- basestring()
- bin()
- bool()
- bytearray()
- callable()
- chr()
- classmethod修饰符
- cmp()
- compile()
- complex()
- delattr()
- dict()
- dir()
- divmod()
- enumerate()
- eval()
- execfile()
- file()
- filter()
- float()
- format()
- frozenset()
- getattr()
- globals()
- hasattr()
- hash()
- help()
- hex()
- id()
- input()
- int()
- isinstance()
- issubclass()
- iter()
- len()
- list()
- locals()
- long()
- map()
- max()
- memoryview()
- min()
- next()
- object
- oct()
- open()
- ord()
- pow()
- print()
- property()
- range()
- raw_input()
- reduce()
- reload()
- repr()
- reverse()
- set()
- setattr()
- slice()
- sorted()
- staticmethod
- str()
- sum()
- super()
- tuple()
- type()
- unichr()
- unicode()
- vars()
- xrange()
- zip()
- __import__()
- exec