Python返回列表索引

index()函数

>>> a = [11,22,33,44,55]
>>> a.index(22)
1