CBSE Class 12 Computer Science
Question 11 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 11
Back to all questionsFalse
Reason — The finally block in Python is always executed after the try block, regardless of whether an exception occurred or not.