In Python, the program execution begins with first statement of __main__ segment.
True
Reason — The Python interpreter starts the execution of a program from top-level statements. The top-level statements are part of main program, __main__ .