100+ Important MCQ on Flow of Control in Python
Flow of Control in Python Q1. Python executes one statement after another from beginning to the end of the program. This is a ________________ a. Selection Construct b. Sequential Construct c. Iteration Construct d. None of the above Q2. The order of execution of the statements in a program is known as ______ a. flow … Read more