Learn how to use conditional statements and how to iterate through sequences using for and while loops.
00:00 - Introduction
00:41 - Conditional Statements
04:11 - Nested Ifs
07:15 - Logical Operators and Conditional Statements
10:05 - Loops, break keyword and continue keyword
Summary: Dive into the fundamental concepts that direct the flow of your code. From conditional statements (if, elif, else) guiding decisions, to loops (for and while) for repetitive tasks and understand how to use 'break' and 'continue' keywords.