Commit eaf253d0 by BellCodeEditor

auto save

parent c19269ed
Showing with 4 additions and 4 deletions
......@@ -12,12 +12,12 @@ def gaiya():
else:
total.append(unit)
return total
w=gaiya()
#w=gaiya()
#print(w)
def sum(abab):
s = 0
for i in abab:
s = s + i
return s
r=sum(w)
print(r)
\ No newline at end of file
#r=sum(w)
#print(r)
\ 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