摘要: start.py格式 阅读全文
posted @ 2019-05-22 20:56 市丸银 阅读(142) 评论(0) 推荐(0) 编辑
摘要: try: pass """ 执行的语句 """ except Exception as error: """ 1.except,可以有多个 2.Expection 是万能错误,用来兜底 3.error 用来提示错误 """ print(error) else: """ 和while else 语句相... 阅读全文
posted @ 2019-05-22 19:32 市丸银 阅读(108) 评论(0) 推荐(0) 编辑