🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5{'x':5}['x'] = .
6Safe lookup uses d.('key').
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-B 2-B 3-C 4-A | 5 5 6 get 7 = person = {'name': 'Ali'} 8 = person['name'] = 'Sara' 9 = for k, v in d.items(): print(k, v) | 10 = [] raises KeyError; get() returns None (or a default)