Commit 305c93af by BellCodeEditor

save project

parent 7d9215b9
Showing with 3 additions and 1 deletions
......@@ -19,4 +19,6 @@ def sum(c):
b=0
for i in c:
b=b+i
return b
return b
d=sum(a)
print(d)
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