Commit f349905f by BellCodeEditor

save project

parent 66d46487
Showing with 5 additions and 3 deletions
...@@ -12,6 +12,8 @@ def qwe(): ...@@ -12,6 +12,8 @@ def qwe():
print('要输入整数啊') print('要输入整数啊')
else: else:
total.append(i) total.append(i)
return t=0
qwe() for i in total:
print(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