python 7 % 2 == 0: code example Example: python mod function #the modulus operator is % in Python 5 % 3 #returns remainder: 2