Commit ff1b9c7a by BellCodeEditor

save project

parent dbe591b4
Showing with 7 additions and 2 deletions
......@@ -13,6 +13,11 @@ def bendan():
else:
total.append(unit)
return total
a=bendan()
print(sum(a))
def x(n):
a=0
for i in n:
a+=i
return a
print(x(bendan()))
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