📜  python代码示例中2个数字的总和

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

代码示例3
a = int(input())
b = int(input())
s = a+b
print(S)