Files
python/reference/concepts/comparison_operators.md

7 lines
306 B
Markdown
Raw Permalink Normal View History

# Comparison operators
TODO: ADD MORE
- concept required to solve the exercise, `==`, `>`, `<` [variable-length-quantity](../exercise-concepts/variable-length-quantity.md)
- the exercise relies on the `==` and `!=` operators to make binary comparisons between values [leap](../exercise-concepts/leap.md)