代码示例:(标识:python_variables_8)
python_variables_8.py
x = 7
y = 8
print(x + y)
运行结果: