I have {'A': value, 'B': value} dictionary. What is the logic of compa
I have {'A': value, 'B': value} dictionary.
What is the logic of comparing different key. Sample, input key is 'A', then it should compare to key 'B'. dict[input] > dict[other] and vice versa.