Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tryexept in python

try:
  print(x)
except:
  print("An exception occurred")
 
PREVIOUS NEXT
Tagged: #tryexept #python
ADD COMMENT
Topic
Name
3+8 =