Commit 2e7748ca by BellCodeEditor

save project

parent dc70412a
Showing with 9 additions and 0 deletions
listA = [11,15,40,0,30,5,12,46]
def ff(li):
iconunt = 0
for i in li:
iconunt += i
return iconunt
a = ff(listA)
print(a)
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