🎴 Flashcard Mode

Python Programming Quiz

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following is the modulo operator?

AnswerClick to flip back
A
%
💡 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.

Change Mode