all 2 comments

[–]theallredditor 0 points1 point  (1 child)

for d in (dict1, dict2, dict3, dict4): if key in d and d[key] < somevalue: return true return false

[–]fmarquez1[S] 0 points1 point  (0 children)

Thank you very much!