Files
python/reference/concepts/modular_division.md
Michael Morehouse 29478dd68c Organize concepts, eliminate duplication
* Stage 1

* Finish restructuring, add checkboxes.

* Minor format fixes

* fixing broken link

* fixing broken link

* fixing README link

* Fix multiples bad links

* Fix links in reference/concepts/keywords/README.md

* Correcting list description
2021-01-29 11:14:36 -05:00

355 B

Modular division

TODO: ADD MORE

  • the exercise relies on the % operator to check if one number is evenly divisible by another leap
  • the example uses the modulus operator to calculate the appropriate compass setting when calling the right compass method robot-simulator