Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python except show error

try:  
    1 / 0 
except Exception as e: 
    print(e)
 
PREVIOUS NEXT
Tagged: #python #show #error
ADD COMMENT
Topic
Name
1+5 =