Python:例外処理
例外処理
(
exception
)
Python:exception
try-except文
code:py
try:
tryブロック
except [ 例外型
例外オブジェクト
]:
例外の時の例外処理ブロック
try-except-else文
try-finally文
raise文