🗒 Cheat Sheet← Lesson
BitWithBite
Python Worksheet

🐍 Introduction to Python

Chapter: Python · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Explain what Python is used forRun your first print() statementRecognise Python syntax basicsUnderstand why indentation matters

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

1Which prints text to the screen?
2Python is:
3Python code blocks are defined by:
4Python files end with:

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

5print('Hello') outputs .
6Python files use the extension .
7Write a line that prints your name.
8What does print(3 * 4) output?
9What symbol starts a comment?

🚀 Section C · Challenge ● CHALLENGE 5

10Why does Python raise IndentationError? Give one cause.
💭 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-B   3-C   4-B  |  5 Hello   6 .py   7 = print('Your Name')   8 = 12   9 = #  |  10 = A block (e.g. after if/for/def) is not indented consistently

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