python判断元素在列表中的索引位置 list = ["red","green","blue"] assert list.index("red") == 0 assert list.index("blue") == 2 开心洋葱 , 版权所有丨如未注明 , 均为原创丨未经授权请勿修改 , 转载请注明python判断元素在列表中的索引位置! 喜欢 (0)