Functions – Default Arguments
A default argument provides a fallback value used when the caller omits that argument
What it does: If no argument is passed, name uses its default value 'World'. power(3) uses exp=2 by default. power(3, 3) overrides to exp=3. 'Alice' overrides the default — name becomes 'Alice'. Required parameters must come first — defaults follow them. No exp given — exp defaults to 2. 3**2 = 9. 3 overrides the default — 2**3 = 8. All parameters can have defaults — calling the function with no args then uses all defaults. Only a has no default — b and c are optional.
Common mistakes: Default parameters must come AFTER required ones. Default value 'World' needs quotes: it's a string.
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
Default argumentFill 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 →