Question

If you want to add a third option to if and else, you can use:

(1 point)
Responses

print

print

input

input

alter

alter

elif

elif
Skip to navigation

page 2 of 2

The correct answer is "elif". The "elif" keyword is used in Python to add a third option to an "if" and "else" statement. It allows you to check for a different condition if the previous conditions are not met.