Builtin functions
>>> dir(__builtins__)
…'abs', 'apply', 'bool', 'buffer', 'callable', 'chr', 'classmethod', 'cmp',
 'coerce', 'compile', 'complex', 'copyright', 'credits', 'delattr', 'dict', 'dir',
 'divmod', 'eval', 'execfile', 'exit', 'file', 'filter', 'float', 'getattr', 'globals',
 'hasattr', 'hash', 'help', 'hex', 'id', 'input', 'int', 'intern', 'isinstance',
 'issubclass', 'iter', 'len', 'license', 'list', 'locals', 'long', 'map', 'max',
 'min', 'object', 'oct', 'open', 'ord', 'pow', 'property', 'quit', 'range',
 'raw_input', 'reduce', 'reload',  'repr', 'round', 'setattr', 'slice',
 'staticmethod', 'str', 'super', 'tuple', 'type', 'unichr', 'unicode', 'vars',
 'xrange', 'zip']