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

  • 相关阅读:
    餐盘模拟 数据结构及其描述
    游戏心理相关
    对于问题的认知过程
    程序语言中的基础理解
    游戏聊天记录
    游戏设定
    游戏技能学习
    游戏数值学习
    游戏的系统化思维
    游戏存储数据随笔
  • 原文地址:https://www.cnblogs.com/kingforn/p/10899703.html
Copyright © 2011-2022 走看看