a = 10 b = 3 c = a % b print(c) # Prints 1
Modulo Operator (Python) x % y Example: 9 % 2 9 ÷ 2 = 4 R 1 9 % 2 = 1