Imports
import loads a module so its functions and variables can be used in your script
What it does: Beyond the four basic operators, Python has three more. // (floor division) divides and rounds down to the nearest whole number, so 10 // 3 gives 3, not 3.33. % (modulo) returns the remainder left over after division — 10 % 3 is 1, because 3 goes into 10 three times with 1 left over. ** (exponent) raises the left number to the power of the right, so 2 ** 4 is 16. A common practical use of % is checking whether a number is even: number % 2 == 0.
Common mistakes: Writing // with a space in between (a / / b) is a syntax error — it has to be two characters with no gap. Confusing % with "percentage" is another: it always returns a whole-number remainder, not a percent.
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
Match the Pairs
Key Term
//Fill 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 →