Hello!
I recently finished the modulo lesson in the intro python course. In it, it is mentioned that
“The modulo operator is useful in programming when we want to perform an action every nth-time the code is run”
Could anyone please explain to me why and how this might work?
Thanks!