Commit e813fd4e by BellCodeEditor

auto save

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