Video: Conditional Flows in Python
Share
In this short video, I’ll look at how Python handles control flow. This consist of if/else
combinations along with elif
. I’ll also see which common control flow structure Python is missing and how to get around it.
Loading the player…