Saved Bookmarks
| 1. |
What are selection statements? Explain with syntax the variousselection statements used in Python. |
|
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 |
|