PyAr/PyZombis

Keyword "elif" mentioned but not use in live code example

mdelgadonyc opened this issue · 1 comments

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.

The next lesson is actually on "elif" so rewriting the "Estructuras anidadas" is actually unnecessary. But useful would probably be removing the line referencing "elif": "Python dada sus características proporciona la clausula elif."