Commit 3fd06a18 by BellCodeEditor

save project

parent 70dbad1f
Showing with 16 additions and 6 deletions
......@@ -6,9 +6,20 @@ def c_m ():
except:
print(sb)
else:
if unit== 0:
break
else:
total.append(unit)
if unit== 0:
break
else:
total.append(unit)
print(total)
c_m()
\ No newline at end of file
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