mylist = [\"aa123\", \"bb2322\", \"aa354\", \"cc332\", \"ab334\", \"333aa\"]
I need the index position of all items that contain \'aa\'. I\'m havin