python萌新求助
查看原帖
python萌新求助
527745
Bbbeeans_zyf23楼主2023/3/4 20:42

请问我这Python的代码到底错在了哪里???

a=int(input())
b=int(input())
c=a+b
print(c)
2023/3/4 20:42
加载中...