Using Elif

--Originally published at Just A Turtle Coding.

Owner taught something about ifs and elses but what’s the difference between an else and an elif?

It’s easy, an elif statement has no limit as to how many of them you can put without indenting them. 

For example, the elif compares something when the condition wasn’t met but there’s another condition to check.

This is only a simple post but I hope it clarified some doubts.