Commit 89abe188 by BellCodeEditor

save project

parent 9854eb61
Showing with 7 additions and 0 deletions
......@@ -14,3 +14,10 @@ def lu():
return total
c=lu()
print("jgs",c)
def sum(ww):
s=0
for i in ww:
s=s+i
return s
zj=sum(c)
print("zjs",zj)
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