Commit 305c93af by BellCodeEditor

save project

parent 7d9215b9
Showing with 2 additions and 0 deletions
......@@ -20,3 +20,5 @@ def sum(c):
for i in c:
b=b+i
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