Commit e11bad81 by BellCodeEditor

save project

parent c81011cb
Showing with 12 additions and 0 deletions
a=[25,45,34,58]
def sum(a):
b=0
for i in a:
b=b+i
return b
c=sum(a)
print(c)
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