摘要:
# -*- coding: utf-8 -*- """ Created on Sun Feb 24 13:36:33 2019 @author: fengs """ """ 0. 在 Python 中,else 语句能跟哪些语句进行搭配? if while with except """ """ 1. 请问以下例子中,循环中的 break 语句会跳过 els... 阅读全文
摘要:
# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ """ 测试题: 0. 我们使用什么方法来处理程序中出现的异常? try: except(): finally: 1. 一个 try 语句可以和多个 except 语句搭配吗?为什么? 可以,try中的... 阅读全文