Quantcast
Viewing all articles
Browse latest Browse all 4909

Python • Re: Python Script keeps Exporting after Finally Statement

An explict return is AFAIK only required in two circumstances:
  1. You want to exit the function early:
  2. You want to return some specific data to the caller.
Or for proper concise coding standards.

Statistics: Posted by DS256 — Mon Oct 07, 2024 10:59 am



Viewing all articles
Browse latest Browse all 4909

Trending Articles