Computer Science, asked by harshitkumar00010, 4 months ago

Name the decision making statement used in python​

Answers

Answered by karthikathangam1
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