python3有多少内置函数
时间: 2024-01-10 14:04:53 浏览: 103
Python 3中有68个内置函数。这些内置函数可以在任何Python程序中直接使用,无需导入其他模块。以下是Python 3中的所有内置函数的列表:
abs(), all(), any(), ascii(), bin(), bool(), bytearray(), bytes(), callable(), chr(), classmethod(), compile(), complex(), delattr(), dict(), dir(), divmod(), enumerate(), eval(), exec(), filter(), float(), format(), frozenset(), getattr(), globals(), hasattr(), hash(), help(), hex(), id(), input(), int(), isinstance(), issubclass(), iter(), len(), list(), locals(), map(), max(), memoryview(), min(), next(), object(), oct(), open(), ord(), pow(), print(), property(), range(), repr(), reversed(), round(), set(), setattr(), slice(), sorted(), staticmethod(), str(), sum(), super(), tuple(), type(), vars(), zip(), \__import__(), \__build_class__().
阅读全文