What is the purpose of the elif statement in Python?
To handle exceptions
To create a loop
To define a function
To check additional conditions after the initial if statement
This question is part of this quiz :
Python Control Flow & Conditional Logic quiz