函数内置方法

python 的len为什么你可以直接用?肯定是解释器启动时就定义好了!

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

posted on 2019-05-21 14:39  kingforn  阅读(127)  评论(0)    收藏  举报