Tag Archives: rules

What’s an elif in Python? [Answered with vids and gifs]

In short,  an “elif”  means “else  if”.. If you’ve used other programming languages, you’re probalby used to writing [crayon-6741c0b0b6c8f888965078-i/]  or [crayon-6741c0b0b6c9b989955271-i/] , but python contracts that to the single word [crayon-6741c0b0b6c9d584769955-i/]  .   The video below, from our middle school cu rriculum for teaching kids python, explains how to use an elif     If  you’re not a video … Continue read...