Name the term in Python that allows us to use a condition within another condition
Answers
Answered by
1
Answer:
Conditional statements give us this ability. The simplest form is the if statement, which has the genaral form: if BOOLEAN EXPRESSION: STATEMENTS. A few important things to note about if statements: The colon ( : ) is significant and required.
Answered by
1
Conditional Statement in Python perform different computations or actions depending on whether a specific Boolean constraint evaluates to true or false. Conditional statements are handled by IF statements in Python.
Similar questions
Math,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Business Studies,
10 months ago
English,
10 months ago