当前位置:网站首页>enumerate()函数
enumerate()函数
2022-08-04 22:36:00 【woshicaiji12138】
作用
enumerate()函数可以将一个列表、元组或字符串等可遍历对象组合为一个索引序列,同时列出数据和数据下标。
语法
enumerate(sequence, [start=0])
sequence:一个序列、迭代器或其他支持迭代的对象
start:下标起始位置
示例
list=['ustc','xdu','pku','nwpu']
for i,j in enumerate(list):
list[i]=j
print(list)
边栏推荐
猜你喜欢
随机推荐
Nacos配置中心之客户端长轮询
BUG | The interface returns abnormal data
PowerBI scripture series
Both synchronized and ReentrantLock are smooth, because they are reentrant locks, and a thread will not deadlock if it takes the lock multiple times. We need reentrant locks
剑指Offer | 数值的整数次方
祝福一路顺风
测试薪资这么高?刚毕业20K,仅需3.5个月
To Offer | 03. Repeat Numbers in the array
使用cpolar优化树莓派上的网页(1)
numpy关于两个array叠加操作
【TCP/IP 五 ICMP】
VC bmp文件总结
线上虚拟展馆展示具有哪些优势
论文解读(PPNP)《Predict then Propagate: Graph Neural Networks meet Personalized PageRank》
正则表达式绕过
SSM整合完整流程讲解
【2020】【Paper Notes】Metasurfaces: Multifunctional and Programmable——
2022七夕程序员必备的表白黑科技(七夕限定款)
力扣19-删除链表的倒数第 N 个结点——链表
第二讲 软件生命周期