try -except is used to handle exceptions thrown the by Python Interpreter at runtime. When the interpreter throws an error, the program execution stops abruptly.
確定! 回上一頁