Commit 83594bf8 by BellCodeEditor

save project

parent b24a15a0
Showing with 2 additions and 2 deletions
......@@ -12,11 +12,10 @@ def a():
else:
total.append(unit)
return total
p=a()
def b(m)
c=0
for i in m:
c=c+i
return c
p=a()
print(b(p))
\ No newline at end of file
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