常见错误ipython下
1、name Error 变量没定义
2、Syntax Error
3、IO Error 打开一个不存在的目录或文件
4.Zero DivisionError 10/0
5.a=int('dd') :Value Error 传入值无效
6.keyboard Interrupt 强制终止程序产生
1、name Error 变量没定义
2、Syntax Error
3、IO Error 打开一个不存在的目录或文件
4.Zero DivisionError 10/0
5.a=int('dd') :Value Error 传入值无效
6.keyboard Interrupt 强制终止程序产生
2016-08-19
为什么老是那没有抛出异常 if guess > num:
NameError: name 'guess' is not defined 我按着老师的敲有异常
NameError: name 'guess' is not defined 我按着老师的敲有异常
2016-08-02