Commit 07bf912f by BellCodeEditor

save project

parent 5e539aa8
Showing with 11 additions and 0 deletions
......@@ -13,3 +13,14 @@ def aa():
return total
ls=aa()
def a(ls):
s=0
for i in ls:
s=s+i
return s
a(ls)
hh=a(ls)
print(hh)
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