python内置函数
心晴文远
学习需要一个过程,切记贪多嚼不烂,送给自己。
展开
-
python之内置函数
python之内置函数原创 2023-01-29 11:25:06 · 85 阅读 · 0 评论 -
python模块之工具类
python模块之工具类原创 2023-01-29 11:21:23 · 196 阅读 · 0 评论 -
python之enumerate()方法
class enumerate: """ enumerate(iterable[, start]) -> iterator for index, value of iterable """ def __init__(self, iterable, start=0): pass 先看伪代码:该方法是python的内置方法...原创 2018-10-11 21:38:58 · 880 阅读 · 0 评论