Commit e813fd4e by BellCodeEditor

auto save

parent 8d911ae2
Showing with 7 additions and 7 deletions
money=[15,18,14,25] try
def sum(money): 执行代码
count=0 except
for i in money: 发生异常时执行的代码
count=count+i else
return count 没有异常时执行的代码
\ 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