We can have nested try-except blocks in Python. In this case, if an exception is raised in the nested try block, the nested except block is used to handle it.
確定! 回上一頁