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

print(x + y)
运行结果: