🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5range(2, 5) yields 2, 3, .
6for x in 'ab': loops times.
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-B 2-C 3-B 4-B | 5 4 6 2 7 = for i in range(1, 6): print(i) 8 = 10 9 = 0 2 4 | 10 = n=3; while n>0: print(n); n-=1