python学习笔记

#python

1.输入两个整数 a,b,输出它们的和

a,b=map(int,input().split())
print(a+b)


联系方式 - 如果你 喜欢 我的话~

GitHubbilibiliCSDN

ZHM