ZeroDivisionError Demo : Buildin Error : Language Basics : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  Language Basics   » [  Buildin Error  ]  Screenshots 
 



ZeroDivisionError Demo



try1/0
except ZeroDivisionError: 
   print "caught divide-by-0 attempt"


           
       
Related examples in the same category
1.  Catch data type miss match Catch data type miss match
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.