Conditional Statements
if, if/else, if/elif/else, nested conditions, and the logical operators that combine them.
Branching and looping — deciding what runs, and how often.
View all tagsif, 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.