1、OSError异常
OSError是操作系统相关异常。
FileNotFoundError:[Error 2] No such file or directory: 'abc.txt'
2、IndexError异常
IndexError异常是访问序列元素时,下标索引超出取值范围所引发的异常。
IndexError: list index out of range
3、ValueError异常
ValueError异常是由于传入一个无效的参数值而引发的异常。
>>> i = 'QWE >>> print(5 / int(i)) Traceback(most recent call last): File"<pyshell#22>", line1, in <module> print(5 / int(i)) ValueError: invalid literal for int() with base 10: 'QWE'
以上就是Python快捷代码片段的使用,希望能对大家有所帮助。更多Python学习指路:
Copyright © 2019- bangwoyixia.com 版权所有 湘ICP备2023022004号-2
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务