CBSE Class 11 - Python Conditional Statements - Computer Science/ Informatics Practices
Q1: What do conditional statements do?
Answer: Conditional statements let us write program to do different tasks or take different paths based on the outcome of the conditions.
Q2: What is meant by a control structure?
Answer: A control structure is a logical design that controls the order in which a set of statements execute.
Thre are three types of control structures: