📜  如何在python代码示例中添加两个数字

📅  最后修改于: 2022-03-11 14:45:14.755000             🧑  作者: Mango

代码示例4
num1 = 2.3
num2 = 1.2
print(num1+num2)