Commit 37f93d7b by BellCodeEditor

save project

parent e5d43312
Showing with 11 additions and 2 deletions
...@@ -12,6 +12,15 @@ def kt445(): ...@@ -12,6 +12,15 @@ def kt445():
else: else:
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