会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
飞鸟2015
博客园
首页
新随笔
联系
管理
订阅
2018年2月24日
python学习笔记(二十):异常处理
摘要: 1 def calc(a,b): 2 res=a/b 3 return res 4 def main(): 5 money=input('输入多少钱:') 6 months=input('还几个月:') 7 try: 8 res=calc(int(money),int(months)) 9 except ZeroD...
阅读全文
posted @ 2018-02-24 16:49 飞鸟与新月
阅读(460)
评论(0)
推荐(0)
编辑
公告