This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
torambo.com
/
Momentum-Apps
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
fd7dd0f7e6
Ramos
Etiquetas
dev
feat/nfc-maker-type4
Momentum-Apps
/
examples
/
try_except_test.py
try_except_test.py
80 B
Histórico
Em bruto
1
2
3
4
try:
raise Exception('something went wrong')
except Exception as e:
print(e)