Commit 02c27e30 by BellCodeEditor

save project

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