Making decisions in code using if, elif, and else statements
Basic conditional execution with if and else
Handling multiple conditions with elif
Conditional statements within other conditionals