The most efficient way to checking value types in a list

后端 未结 0 437
时光取名叫无心
时光取名叫无心 2021-01-21 06:36

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题