Report Bug
Qus : In a Python program, a control structure:
Qusएक पायथन कार्यक्रम में, एक नियंत्रण संरचना:

A. directs the order of execution of the statements in the program
B. dictates what happens before the program starts and after it terminates
C. defines program-specific data structures
D. manages the input and output of control characters


Solution
A. directs the order of execution of the statements in the program






Report Bug