delishcomcn

2023年10月19日

Python入门进阶:68 个 Python 内置函数详解

摘要: 内置函数就是Python给你提供的,拿来直接用的函数,比如print.,input等。 截止到python版本3.6.2 ,python一共提供了68个内置函数,具体如下 abs() dict() help() min() setattr()all() dir() hex() next() slic 阅读全文

posted @ 2023-10-19 09:15 delish 阅读(53) 评论(0) 推荐(0)

导航