Lv.1
应该做些什么了
签名:目标就不写了吧,一段时间的目标,会影响厚积薄发 出入作品需点赞,除非点过 啥都没有 啥都没有 啥都没有
在 Python教程3——input()代码,程序想听你的心声 中回复
def i():
a = int(input())
b = int(input())
def p():
i()
print(a+b)
p()2023-01-11T09:49:41 点赞:0
在 Python教程3——input()代码,程序想听你的心声 中回复
a = int(input())
b = int(input())
def p():
print(a+b)
p()
这就行了
2023-01-11T11:05:38 点赞:0