हिंदी

Define the following: Throwing an exception - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Define the following:

Throwing an exception

टिप्पणी लिखिए

उत्तर

Throwing an exception means raising an exception.

Each time an error is detected in a program, the Python interpreter raises (throws) an exception. Exception handlers are designed to execute when a specific exception is raised.

Programmers can also forcefully raise exceptions in a program using the raise and assert statements. Once an exception is raised, no further statement in the current block of code is executed.

raise NameError
assert conditon, "message"
shaalaa.com
Handling Exceptions
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1: Exception Handling in Python - Exercise [पृष्ठ १७]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 12
अध्याय 1 Exception Handling in Python
Exercise | Q 5. b) | पृष्ठ १७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×