Commit 75a6afa5 by BellCodeEditor

auto save

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