Pack 2 / Logic
elif
Lesson pack2-3
elif
not started
Hook
elif is your middle lane between if and else.
Use elif when you need another condition to check.
Python reads them from top to bottom.
The first true branch wins.
Mini Challenge
Use if / elif / else so score 10 prints "Perfect", score 8 prints "Mastered", otherwise "Practice".
Full lesson mode with normal detail.
Code Lab
Try it now
Output updates below
Output
Nice try
Run the code, tweak it, then beat the challenge.
