📜  python程序用用户输入添加两个数字 - Python代码示例

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

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