This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
luojiehua
/
BaseDataMaintenance
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a8a8e88bc8
Rami (Branch)
Tag
master
project_merge_real
BaseDataMain...
/
test.py
test.py
79 B
Cronologia
Originale
1
2
3
4
5
6
7
8
def a():
try:
a = 1/0
except Exception as e:
pass
a()