Use an else clause right after the try-except block. The else clause will get hit only if no exception is thrown. The else statement should always precede the ...
確定! 回上一頁