Commit 3fd06a18 by BellCodeEditor

save project

parent 70dbad1f
Showing with 11 additions and 0 deletions
......@@ -12,3 +12,14 @@ def c_m ():
total.append(unit)
print(total)
c_m()
def add(mo):
co = 0
for i in mo:
co = co + i
print(co)
return co
r = add(mo)
print(r)
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