In 5. Estructuras anidadas
There is a reference to "elif" at the bottom: "Python dada sus características proporciona la clausula elif."
However, the keyword "elif" is never used in the live code example. The live code example only makes use of "if" and "else" statements.
Perhaps some of the "else" statements can be written to make use of "elif" instead.