I have a list that contains lists. For example:
lst = [1, 2, \'c\', [4, 5], \'f\', [\'g\', \'h\', \'i\']]
I want to find the indices of the lists