Question: I am not sure why we need finally in try...except...finally statements. In my opinion, this code block is the same with this one using finally: Am I missing something? Best Answer: It makes a difference if you return early: ...
Question: I am not sure why we need finally in try...except...finally statements. In my opinion, this code block is the same with this one using finally: Am I missing something? Best Answer: It makes a difference if you return early: ...