📄️ Conditional Statements
if, if/else, if/elif/else, nested conditions, and the logical operators that combine them.
📄️ Loops
for and while loops, range(), break and continue, the loop else clause, and nested loops.
Making decisions with if/elif/else, and repeating work with for and while loops.
if, if/else, if/elif/else, nested conditions, and the logical operators that combine them.
for and while loops, range(), break and continue, the loop else clause, and nested loops.