Commit 417a9d72 by BellCodeEditor

save project

parent dc18d2f2
Showing with 7 additions and 0 deletions
......@@ -12,5 +12,12 @@ def abcdefg():
total.append(unit)
print(total)
return total
def cum(abc):
abcd=0
for i in abc:
abcd+=i
return abcd
a=abcdefg()
print(a)
d=cum(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