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

    1、abs()

    2、all()

    3、any()

    4、ascii()

    5、bin()

    6、bool()

    7、bytearray()

    8、bytes()

    9、callable()

    10、chr()

    11、classmethod()

    12、compile()

    13、complex()

    14、delattr()

    15、dict()

    16、dir()

    17、divmod()

    18、enumerate()

    19、eval()

    20、exec()

    21、filter()

    22、float()

    23、format()

    24、frozenset()

    25、getattr()

    26、globals()

    27、hasattr()

    27、hash()

    28、help()

    29、hex()

    30、id()

    31、input()

    32、int()

    33、isintace()

    34、issubclass()

    35、iter()

    36、len()

    37、list()

    38、locals()

    39、map()

    40、max()

    41、memoryview()

    42、min()

    43、next()

    44、object()

    45、oct()

    46、open()

    47、ord()

    48、pow()

    49、print()

    50、property()

    51、range()

    52、repr()

    53、reversed()

    54、round()

    55、set()

    56、setattr()

    57、slice()

    58、sorted()

    59、staticmethod()

    60、str()

    61、sum()

    62、super()

    63、tuple()

    64、type()

    65、vars()

    66、zip()

    67、__import__()

    每个方法的具体详解参考链接:http://www.cnblogs.com/sesshoumaru/p/6140987.html

  • 相关阅读:
    网络安全协议(1)
    CG-CTF(6)
    CG-CTF(5)
    CG-CTF(4)
    CG-CTF(3)
    MAC地址欺骗(原理及实验)
    CG-CTF(2)
    CG-CTF(1)
    【转载】Spring Boot【快速入门】2019.05.19
    【编程大系】Java资源汇总
  • 原文地址:https://www.cnblogs.com/yingqml/p/7216555.html
Copyright © 2011-2022 走看看