Files
python/reference/concepts/modular_division.md

7 lines
355 B
Markdown
Raw Permalink Normal View History

# Modular division
TODO: ADD MORE
- the exercise relies on the `%` operator to check if one number is evenly divisible by another [leap](../exercise-concepts/leap.md)
- the example uses the modulus operator to calculate the appropriate _compass_ setting when calling the `right` compass method [robot-simulator](../exercise-concepts/robot-simulator.md)