1

I have this list below

_list_ = [{'key1': value1, 'key2': value2}, {'key1': value3, 'key2': value4}]

How do I search (case insensitive) the values of key2 and return that whole dictionary containing them?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Twilight0
  • 41
  • 7

0 Answers0