摘要: 错误和异常 Python 中(至少)有两种错误:语法错误和异常( syntax errors 和 exceptions )。 1.1、语法错误 语法错误,也被称作解析错误: while True print('Hello world') File "<stdin>", line 1, in ? wh 阅读全文
posted @ 2019-11-10 23:09 寡人略帅 阅读(478) 评论(1) 推荐(1)