Commit 85eb37ad by BellCodeEditor

auto save

parent bed20126
Showing with 9 additions and 1 deletions
......@@ -16,4 +16,11 @@ def d():
print("已经加入")
print(total)
return total
d()
u=d()
def sum(cun):
can=0
for i in cun:
can=can+i
return can
y=sum(u)
print(y)
\ No newline at end of file
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