Skip to content Skip to sidebar Skip to footer
Showing posts with the label Comparison Operators

When To Use `<>` And `!=` Operators?

Couldn't find much on this. Trying to compare 2 values, but they can't be equal. In my case… Read more When To Use `<>` And `!=` Operators?

Comparison Operators Vs “rich Comparison” Methods In Python

Can someone explain me the differences between the two. Are those normally equivalent ? Maybe I'… Read more Comparison Operators Vs “rich Comparison” Methods In Python