Python Programming - Exception Handling - Discussion

Discussion Forum : Exception Handling - General Questions (Q.No. 12)
12.
Which built-in Python function is used to raise an exception?
raise()
throw()
except()
error()
Answer: Option
Explanation:
The raise() function is used to explicitly raise an exception in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.