print() function
print() displays output to the console
What it does: print() is the function that writes output to the console — usually the first thing anyone learns in Python, since it lets you see what a program is doing. Text (a "string") goes inside parentheses, wrapped in quotes: print('Hello World'). Single and double quotes both work, as long as they match on both ends. Calling print() with nothing prints a blank line.
Common mistakes: Python is case-sensitive, so Print('Hi') (capital P) raises an error — it must be lowercase. Forgetting the quotes around text, or mismatching single and double quotes, is another common slip.
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
print('Hello') display?print() display?print('Welcome') do?Match the Pairs
Key Term
print('Hello World')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 →