Multiple choice Which of the following is the modulo operator? * % \ # Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Python and many other programming languages, the percent sign (%) is the operator used to calculate the remainder of a division, known as the modulo operator.