asked 194k views
1 vote
A python code only runs the except block when _____. Group of answer choices all the statements in the try block are executed an error occurs in the preceding try block the programmer manually calls the except block an error occurs anywhere in the code

asked
User Nibir
by
8.2k points

1 Answer

4 votes

Answer:

Python only running exception block when try block fails

Step-by-step explanation:

i do cyber security and i was learning this in high school

answered
User Laserallan
by
7.4k points

Related questions

1 answer
1 vote
38.1k views