Name the decision making statement used in python
Answers
Answered by
0
answer: in Python, we have an elif key word to chain multiple conditions one after another. with elif ladder, we can make complex decision- making statements. the elif statements help you to check multiple expressions and its executes the code as soon as one of the conditions evaluates to true
Similar questions