Python Interactive Guide - Step 2 Control Flow (1) - Conditional Statements (1): if Statements
Info
- This course, Python Interactive Guide, is designed to help you learn the basics of Python programming through hands-on, interactive examples.
- The “Style Guide” sections introduce clean coding practices, mainly based on PEP8.
- You can run and experiment with every code example.
Feel free to try things out - reloading the page will reset everything.
In the previous lessons under “Step 1 Basic Syntax and Data Types,” we learned about data types and their operations.
From this lesson onwards, we’ll explore “Step 2 Control Flow” - methods to control the flow of program execution.