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