YOU’RE LEARNING TO↗learner can write multi-branch if/elif/else blocks that handle all meaningful cases
↗learner can reason about Python's truthiness rules and apply them cleanly
↗learner can refactor deeply nested conditionals into flat guard-clause style
↗learner can write a ternary (conditional) expression for simple inline choices