Welcome to Part 3 of my Python How to Program tutorial. If you haven’t seen the other tutorials, check them out first Python How to Program : Tools Needed and Python How to Program Data Types.
In this article, I’ll be covering Conditionals (IF and Conditional Expression) and Loops (FOR and WHILE). Once again Python does things a little differently from other languages. And, while Python doesn’t include a switch statement for performing Conditionals, I’ll show you how to create one as well.