MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. Dictates what happens before the program starts and after it terminates | |