When you divide by , you get with a remainder of . The modulo operator gives you that remainder: .
In code, you write this as . The symbol is the modulo operator in most languages. It shows up everywhere: checking even/odd numbers, cycling through arrays, hashing, and more.
Think of modulo as "what's left over after division." If you have cookies and give to each person, you have cookie left. That's .