Have a block of code that is executed unless something bad happens; : Try : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » Try »

 

Have a block of code that is executed unless something bad happens;


try:
   print 'A simple task
except:
   print 'What? Something went wrong?
else:
   print 'Ah...It went as planned.'



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Statement
» Try