What are selection statements? Explain with syntax the various
selection statements used in Python.
Answers
Answered by
1
Answer:
Selection/Decision control statements
In Python, the selection statements are also known as Decision control statements or branching statements. The selection statement allows a program to test several conditions and execute instructions based on which condition is true.
Explanation:
Please mark me as brainliest
Similar questions