Control Flow & Data Structures
Programs need to make decisions and organise information. This lesson covers both:
- Booleans & Conditionals: Using conditional statements (
if,elif,else) to control the flow of a program. - Data Structures & Loops: Common data structures such as lists, dictionaries, and sets, and how to iterate through and manipulate them with loops.