Hi there, I was wondering if it were possible to check two dictionary values against each other.
The use case I have is that I have a list of dictionaries which I'm checking which consist of two key-value pairs. Both of these types of values are lists and I want to check that both lists are the same length. Is it possible for me to do so?
Hi there, I was wondering if it were possible to check two dictionary values against each other.
The use case I have is that I have a list of dictionaries which I'm checking which consist of two key-value pairs. Both of these types of values are lists and I want to check that both lists are the same length. Is it possible for me to do so?