Basic Arithmetic
Python uses +, -, *, / operators to perform arithmetic on numbers
What it does: Python's four basic arithmetic operators are +, -, *, and /. They follow the standard order of operations — multiplication and division happen before addition and subtraction, so 8 + 3 * 2 evaluates to 14, not 22. One Python-specific quirk: / always returns a float, even when the numbers divide evenly — 10 / 4 gives 2.5, and even 20 / 4 gives 5.0, not the integer 5.
Common mistakes: Writing x instead of * for multiplication (5 x 3 is a syntax error, not multiplication) is a common slip carried over from maths class. Dividing by zero — 10 / 0 — raises a ZeroDivisionError rather than returning a value.
Free printable worksheet with full answer key — or add this module to a journey and assign it to your class.
Take this worksheet further — free with Cloodit
Each concept is reinforced from every angle — learned, then applied, then tested.
Cloodit turns curriculum-aligned coding content into journeys students work through one biome at a time.
Over 100 of them, across seven natural biomes.
Turns their work into revision material ready for Flash Cards and Exam study.
Live, competitive practice for the start of the lesson or a teacher-led lesson finisher.
Honour your top performers, or encourage a student who's trying hard — ready to print in seconds.
Quick Questions
5 + 3?10 - 4?6 * 2?15 / 3?* mean?Match the Pairs
Key Term
5 + 3Fill in the Blanks
Spot the Error
Create a free class, add this module to a journey, and track who's stuck.
Create a free teacher account →No credit card. No setup fee. Make a class and invite students in under three minutes.
Practice this topic interactively, track progress, and unlock badges.
Start Learning Free →