Files
python/reference/concepts/operators.md

6 lines
200 B
Markdown
Raw Normal View History

# Operators
TODO: ADD MORE
- `!=` is "not equal", which is not the same thing as `is`, or an identity check, but is the inverse of `==`, which is equality [hamming](../exercise-concepts/hamming.md)