Commit 37f93d7b by BellCodeEditor

save project

parent e5d43312
Showing with 10 additions and 1 deletions
...@@ -13,5 +13,14 @@ def kt445(): ...@@ -13,5 +13,14 @@ def kt445():
total.append(n) total.append(n)
return total return total
kt445() def sun(list1):
cont=0
for i in list1:
cont+=i
return cont
m=sun(kt445())
print(m)
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