NameClassDate
After this worksheet you can
Create variablesIdentify int, float, str and bool typesUse type() to inspect valuesFollow naming rules
🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5x = 'hi' makes x a .
6type(10) is .
🚀 Section C · Challenge ● CHALLENGE 5
💭 Reflection — the most useful thing I learned:
A ___/4 B ___/11 C ___/5 Total ___/20
Teacher's Signature
Parent's Signature
✂ answer key — fold or cut before handing out
1-B 2-C 3-B 4-A | 5 str (string) 6 int 7 = age = 16 8 = str 9 = int('7') | 10 = 5