Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is Try Block in python?
Answer:

A block that is preceded by the try keyword is known as a try block.

Syntax:

try {

    // Statements that may cause exception

}

Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook