generated at
Python:例外処理

try-except文
py
try: tryブロック except [ 例外型[, 例外オブジェクト]]: 例外の時の例外処理ブロック

try-except-else文
try-finally文
raise文