Python3 内置函数包括:
数学函数:abs(), divmod(), pow(), round(), max(), min(), sum()
序列函数:len(), sorted(), reversed(), enumerate(), zip(), all(), any()
字符串函数:str(), chr(), ord(), format(), join(), split(), replace(), capitalize(), lower(), upper(), strip()
字典函数:dict(), keys(), values(), items(), get(), setdefault(), update(), pop()
文件函数:open(), close(), read(), write(), seek(), tell(), flush()
类型转换函数:int(), float(), bool(), str(), list(), tuple(), set(), dict(), frozenset()
其他函数:print(), input(), range(), id(), hash(), isinstance(), type(), help(), dir(), vars(), locals(), globals()
注意:上述列举的仅为部分常用的 Python3 内置函数,实际上 Python3 内置函数非常多,可以通过 Python3 官方文档查询到完整列表。
本文地址:https://my.lmcjl.com/functions/810
版权声明:个人博客原创文章,转载请注明出处和网址。
,欢迎加入。
本文链接:https://my.lmcjl.com/post/2816.html
4 评论