KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Science

In a Python program, a control structure:

  1. directs the order of execution of the statements in the program
  2. dictates what happens before the program starts and after it terminates
  3. defines program-specific data structures
  4. manages the input and output of control characters

Python Control Flow

155 Likes

Answer

directs the order of execution of the statements in the program

Answered By

14 Likes


Related Questions