Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python try script

The try block lets you test a block of code for errors. The except block lets you handle the error. The finally block lets you execute code, regardless of the result of the try- and except blocks
 
PREVIOUS NEXT
Tagged: #python #script
ADD COMMENT
Topic
Name
1+8 =