Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message means that you are trying to compare a dictionary object (specifically, the values of a dictionary) to an integer using the greater-than-or-equal-to operator (">="), which is not supported. The comparison between these two different data types is not valid or defined, hence causing the TypeError.