InterviewSolution
Saved Bookmarks
| 1. |
Name the different types of alternative statements in Python? |
|
Answer» Python provides the following types of alternative or branching statements: Simple if statement if……else statement if….elif statement |
|