This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
torambo.com
/
Momentum-Apps
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
b360f0d8ed
شاخهها
تگها
dev
feat/nfc-maker-type4
Momentum-Apps
/
examples
/
try_except_test.py
try_except_test.py
80 B
تاريخچه
خام
1
2
3
4
try:
raise Exception('something went wrong')
except Exception as e:
print(e)