String Concatenation
The + operator joins two strings end to end
What it does: Adding ' ' between strings inserts a space in the result. Variables holding strings can be concatenated with +. There's already a space inside 'Hi ' — it gets joined to 'there'. name holds 'Alice', so 'Hi ' + name is 'Hi ' + 'Alice' = 'Hi Alice'. The middle " " adds a space between Hello and World. With strings, + concatenates (joins) them end to end. city holds 'Melbourne' — variables are replaced by their value. No spaces inside either string — + joins them directly.
Common mistakes: Line 3 is missing the + operator. Use: first + second. Line 2 uses Name with a capital N. Python is case-sensitive. Use: name.
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
"Hello" + "World"?"Hi " + "there"?name = "Alice", what is "Hi " + name?"Good" + "bye"?"Hello" + " " + "World"?Match the Pairs
Key Term
"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 →