Re: regarding try/except usa
Well, there is a lot to say about this subject. Start reading with this: http://docs.python.org/tut/node10.html -- http://mail.python.org/mailman/listinfo/python-list
regarding try/except usa
Dear All, Is there any rules and regulations to use try/except in python? Can any one explain to me when I need to use try/except and when we I need not use try/except?. This Question mainly for to maintain code integrity in my project. But I know how to use try/except regards Praba