代码示例:(标识:python_oper_mod)
python_oper_mod.py
x = 5
y = 2

print(x % y)
运行结果: