zoukankan      html  css  js  c++  java
  • 函数内置方法

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

  • 相关阅读:
    java字符串实现正序和倒序输出
    暑假前挑战赛1—— A,B题解
    深搜
    poj 1200 Crazy Search
    poj 1840 Eqs (hash)
    Choose the best route
    一个人的旅行
    畅通工程续
    最短路基础算法
    完全背包问题
  • 原文地址:https://www.cnblogs.com/kingforn/p/10899703.html
Copyright © 2011-2022 走看看