Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to skip error python

  try:
    # what you want to try
  except KeyError:  < error type here
    continue
 
PREVIOUS NEXT
Tagged: #skip #error #python
ADD COMMENT
Topic
Name
1+9 =