Commit f349905f by BellCodeEditor

save project

parent 66d46487
Showing with 5 additions and 3 deletions
......@@ -12,6 +12,8 @@ def qwe():
print('要输入整数啊')
else:
total.append(i)
return
qwe()
print(total)
t=0
for i in total:
t=t+i
return t
print(qwe())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment