You can catch that exception using the try-except block. The try block lets you test a block of code for errors, the except block handles the errors and the ...
確定! 回上一頁