Posted in Python onNovember 07, 2018
如下所示:
list = [5,6,7,9,1,4,3,2,10] list.index(9) out:3
同时可以返回列表中最大值的索引list.index(max(list))
最小值索引list.index(min(list))
以上这篇python 返回列表中某个值的索引方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
python 返回列表中某个值的索引方法
- Author -
叽吧叽声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@