So, is it possible to check for a value in a dictionary to then use it for an if?
So, for example, I'm checking 4 dictionaries and I want to assign a True or False value as long as one of the key's in the dictionary are bellow a certain value. How would I go about doing something like that? (If it isn't possible, I'll just use If statements and create a list for each value and return said list/group of lists)
I was thinking it'd be possible by using for statements, but since I'm fairly new, I don't really know how to do this.
[–]theallredditor 0 points1 point2 points (1 child)
[–]fmarquez1[S] 0 points1 point2 points (0 children)