🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5Risky code goes in the block.
61/0 raises .
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-B 2-B 3-C 4-B | 5 try 6 ZeroDivisionError 7 = try: n=int(input()) except ValueError: print('Not a number') 8 = IndexError 9 = Only if no exception occurred | 10 = To handle failures gracefully instead of crashing