demo_oper_mod.py:
x = 5 y = 2 print(x % y)
➜ begtut>python demo_oper_mod.py
1