list元素下标

可以快速上手的开发文档

#list元素下标
list元素下标

Python 查找list中的某个元素的所有的下标方法

如下所示:#!/usr/bin/envpython#_*_coding:utf-8_*_name=['hello','world','a','b','c',1,2,3,'hello','world','a','b','c..