代码示例:(标识:python_oper_sub)
python_oper_sub.py
x = 5
y = 3

print(x - y)
运行结果: