Why is dict bigger then any number !!!!
In [41]: {} > 11
Out[41]: True
In [42]: {} == 11
Out[42]: False
In [43]: {} < 11
Out[43]: False
What can I do to make it work ?
Why is dict bigger then any number !!!!
In [41]: {} > 11
Out[41]: True
In [42]: {} == 11
Out[42]: False
In [43]: {} < 11
Out[43]: False
What can I do to make it work ?