Commit 02c27e30 by BellCodeEditor

save project

parent 8a5dd15e
Showing with 10 additions and 6 deletions
...@@ -8,14 +8,18 @@ def a(): ...@@ -8,14 +8,18 @@ def a():
break break
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
return total
a() a()
b=0 def sun(m):
for i in total: b=0
print(i) for i in sun:
b=0+i b=b+i
return b
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