systemPython

Determines the appropriate Python executable name based on the operating system.

On Windows systems, it returns "python.exe", while on other operating systems, it returns "python3".

Return

The name of the Python executable appropriate for the current operating system.