test_exceptions
来自「Python语言编译器」· 代码 · 共 24 行
TXT
24 行
test_exceptions5. Built-in exceptionsAttributeErrorEOFErrorIOErrorImportErrorIndexErrorKeyErrorKeyboardInterrupt(not testable in a script)MemoryError(not safe to test)NameErrorOverflowErrorRuntimeError(not used any more?)SyntaxErrorSystemError(hard to reproduce)SystemExitTypeErrorValueErrorZeroDivisionError
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?