Ask Now
Course Intro
Curriculum
Get Started
1 / 4
What keyword is used in Python to add an additional condition after an if statement?
if
condition1:
#
code
execution
condition2:
#
other
code
execution
else:
#
code
execution
for
other
conditions
elif
else if
if else
then
Previous
Confirm