CBSE Class 12 Computer Science Question 47 of 103

Working with Functions — Question 5

Back to all questions
5
Question

Question 5

In Python, the program execution begins with first statement of __main__ segment.

Answer

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__ .