mylist = ["aa123", "bb2322", "aa354", "cc332", "ab334", "333aa"]
I need the index position of all items that contain 'aa'
. I'm having trouble combining enumerate()
with partial string matching. I'm not even sure if I should be using enumerate.
I just need to return the index positions: 0,2,5
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…