py 内置函数.md python/ built-in 创建时间:2019-12-03 17:46 enumerate enumerate(sequence, [start=0]) # sequence -- 一个序列、迭代器或其他支持迭代对象。 # start -- 下标起始位置。 仅供参考