Question about If, Else, Elif

If you do it like this, then it will go through each choice one after the other. So, if it matches the first one, it will do the first one. Then, it starts all over and goes to the second “if”.

But if you want it to go to the second “if” only if the first one is not a match, then you need to use “elif” or “else”.