Defining Clean-Up Actions : Finally : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » Finally »

 

Defining Clean-Up Actions


try:
     raise KeyboardInterrupt
finally:
     print 'Goodbye, world!'



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Statement
» Finally