Use of the conditional “if” and “else”/”elif”

--Originally published at angelmendozas

This is an example from the challenge of the week I made with Carolina Vargas in class.

If is a condition, that states IF some parameters are accomplish then do something and is that IF doesn’t happen the you put ELSE, to do something ELSE… and if that ELSE doesn’t happen then you put another ELSE it’s just that now with ELIF because you can’t repeat the word ELSE.