Python 例外処理!!

try: 〜except 内の例外を…
except で処理。


プログラム例では…

i = int(c) で ’ValueError’ 発生時 '入力ミス' を出力する。

#Python #プログラミング #例外処理

⬇プログラム例⬇
画像1