Type Conversion
int(), float(), and str() convert a value from one type to another
What it does: The f prefix and curly braces embed the variable value into the string. You can put expressions inside {} and Python evaluates them. {name} is replaced by the value stored in name. The {} placeholder is replaced by the variable's value. f before the quote means 'format string' — f"...". {city} is replaced by the value 'Melbourne'. Only the characters you write and the variable's value appear — no extra spaces. {score} is replaced by 100.
Common mistakes: Line 2 is missing f. Should be: message = f"Hello {name}". Line 2 is missing curly braces. Should be: f"I am {age} years old".
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
name = "Alice", what is f"Hi {name}"?age = 15, what is f"I am {age}"?city = "Melbourne", what is f"Welcome to {city}"?Match the Pairs
Key Term
name = "Alice"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 →