摘要: 一、错误与异常 1.语法错误(pycharm会报红,过不了python解释器) 如:print("hello world" 2.逻辑错误 如:res=1/0 li=[1,2,3] print(li[10]) age=input("请输入年龄:") age=int(age) traceback:异常的 阅读全文
posted @ 2019-11-03 22:04 飞天小一 阅读(221) 评论(0) 推荐(1) 编辑