Commit eaf253d0 by BellCodeEditor

auto save

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