python异常处理,草稿
摘要:
import tracebackdef calc(a,b): res = a/b return resdef main(): money = input('输入多少钱:') months = input('还几个月:') try: res = calc(int(money),int(months)) 阅读全文
posted @ 2020-04-06 18:08 奥喵 阅读(135) 评论(0) 推荐(0) 编辑
posted @ 2020-04-06 18:08 奥喵 阅读(135) 评论(0) 推荐(0) 编辑
posted @ 2020-04-06 16:31 奥喵 阅读(203) 评论(0) 推荐(0) 编辑
posted @ 2020-04-06 15:41 奥喵 阅读(216) 评论(0) 推荐(0) 编辑