Skip to main content

--description--

This first video will show you how to find common factors and divide them out - in writing, then in code using loops and modulus operations.

Here is the Colab notebook used in this video.

--question--

--text--

What does the modulus (%) operator do in Python?

--answers--

returns the percent


divides


returns the remainder when dividing


creates a space

--video-solution--

3