enumerate

2021-07-13 19:07

阅读:658

标签:style   lis   sans   enumerate   mil   列表   for   print   pytho   

python内置函数,传入列表,返回索引值与列表元素

for index, item in enumerate(list1):

 print index, item

enumerate

标签:style   lis   sans   enumerate   mil   列表   for   print   pytho   

原文地址:https://www.cnblogs.com/Ting-light/p/9541295.html


评论


亲,登录后才可以留言!