🗒 Cheat Sheet← Lesson
BitWithBite
Python Worksheet

🐍 Operators

Chapter: Python · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Use arithmetic operators including // % **Compare valuesCombine conditions with and/or/notPredict expression results

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

17 // 2 equals:
27 % 2 equals:
32 ** 3 equals:
4(5 > 3) and (2 > 4) is:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

510 % 3 = .
69 // 4 = .
7Evaluate 4 + 3 * 2.
8Evaluate (4 + 3) * 2.
9Is 10 % 2 == 0 True or False?

🚀 Section C · Challenge ● CHALLENGE 5

10Evaluate True or False.
💭 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-B  |  5 1   6 2   7 = 10   8 = 14   9 = True (10 is even)  |  10 = True

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet