This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
torambo.com
/
Momentum-Apps
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
1e3660ef08
ブランチ
タグ
dev
feat/nfc-maker-type4
Momentum-Apps
/
mp_flipper
/
examples
/
try_except_test.py
try_except_test.py
85 B
履歴
Raw
1
2
3
4
try:
raise Exception("something went wrong")
except Exception as e:
print(e)