Commit 02c27e30 by BellCodeEditor

save project

parent 8a5dd15e
Showing with 9 additions and 5 deletions
......@@ -9,13 +9,17 @@ def a():
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