When I type this in the python idle shell ( version 3...) :<br>            '0' <= '10' <= '9'<br>The interpreter evaluates this as true, WHY? 10 is greater than 0 but not 9<br>Notice I am not using the actual numbers, they are strings...I thought that numbers being string were ordered by their numerical value but obviously they are<br>
not? Can anyone explain this to me and explain how strings with numbers in them are ordered?<br><br>Thx in advance.<br><br><br>