Commit 92fd0379 by BellCodeEditor

save project

parent 988b6234
Showing with 9 additions and 0 deletions
def sum(monek):
cound=0
for i in monek:
cound += i
return cound
print(sum([1,2,3,4]))
list = [1,2,3]
print(sum(list))
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