Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint
Drag to reposition
Programming Questions
I have the following code that throws an exception as follows showing output as How do I rewrite this code to use the else clause?
I have a try-except block in following code and I just want to continue with the code by ignoring the exception block. The problem is if I leave the ‘except’ block empty or with a #do nothing, it gives an error as follows How do I properly bypass the except block?      
If my code has more than one or multiple exceptions, how to write the try-except block to catch multiple exceptions?
I have the code as follows How do I test if the value of i is a positive integer value and raise an exception if it is not one?
I have a user defined or custom exception as follows How do I raise and implement this CustomException?
I have created an exception class as follows How can I give it a variable when it gets raised and then retrieve that variable when I handle it in the try-except block?
In the code below if I enter any two integers at prompt, I get the following output What type of error am I getting? Is it runtime error?
I can raise multiple exceptions like this And like this  How do I catch multiple exceptions in one except block?
I have come across this idea that exceptions should not hold strings, as strings can themselves throw exceptions. How far is this idea true?
How do I check if ‘ello’ is contained in the string ‘hello world’? How do I also check if ‘no’ is contained in the string ‘Harry Potter: The Goblet of Fire’?
When I run the following line of code, I get an error. How do I catch this error and what type of error is it?
loader
Contribution

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.