Q. In a Python program, a control structure: (A) Defines program-specific data structures (B) Directs the order of execution of the statements in the program (C) Dictates what happens before the program starts and after it terminates (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Directs the order of execution of the statements in the program