Commit 27fb7ac7 by BellCodeEditor

save project

parent 3bf5402c
Showing with 7 additions and 0 deletions
def sun(a):
z=0
for i in a:
z+=i
return z
sun()
\ No newline at end of file
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