Commit 75a6afa5 by BellCodeEditor

auto save

parent 1f8bada9
Showing with 7 additions and 6 deletions
...@@ -8,11 +8,11 @@ def s(): ...@@ -8,11 +8,11 @@ def s():
total.append(unit) total.append(unit)
print(total) print(total)
return total return total
def a(s): def sun(m):
k=0 k=0
for i in s: for i in m:
k=k+i k=k+1
return k return k
h=a(s) j=s()
print(h) g=sun(j)
print(g)
\ No newline at end of file
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