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