Computer Science, asked by shubhverma2468, 7 months ago

To check for more than one conditions we use.

Answers

Answered by XxmschoclatequeenxX
1

\huge\boxed{\dag\sf\green{ANSWER}\dag}

  • To test multiple conditions in an if or elif clause we use so-called logical operators. These operators combine several true/false values into a final True or False outcome (Sweigart, 2015). That outcome says how our conditions combine, and that determines whether our if statement runs or not
Answered by sunitarana12007
0

Explanation:

To test multiple conditions in an if or elif clause we use so-called logical operators. These operators combine several true/false values into a final True or False outcome (Sweigart, 2015). That outcome says how our conditions combine, and that determines whether our if statement runs or not

Similar questions