Commit 704a093f by BellCodeEditor

save project

parent 8636b985
Showing with 11 additions and 0 deletions
danjia=[20,19,29,63,57]
def zongjia(n):
a=0
for i in n:
a+=i
return a
zongjia(danjia)
print()
\ 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