Please enable JavaScript to use CodeHS

CodeHS Glossary


Modulus Python

Represented with "%" it returns the remainder of the division between two numbers. For example, `14%5` would return 4.