专栏名称: Python入门到精通
Python入门到精通:人生苦短,我用Python!Python每日推送、Python教程、Python资料、Python视频、Python项目、Python学习等。
今天看啥  ›  专栏  ›  Python入门到精通

68个Python内置函数,你不会不知道吧?

Python入门到精通  · 公众号  ·  · 2024-05-07 16:09
架构师大咖 架构师大咖,打造有价值的架构师交流平台。分享架构师干货、教程、课程、资讯。架构师大咖,每日推送。 公众号该公众号已被封禁内置函数就是Python给你提供的,拿来直接用的函数,比如print.,input等。截止到python版本3.6.2 ,python一共提供了68个内置函数,具体如下👇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()       ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照