Enumerations – Practical Use
Enum members are used as meaningful, type-safe constants instead of raw strings or numbers
What it does: + creates a new tuple containing all items from both tuples. count() is one of the few methods tuples support. Adding two tuples joins them into a new tuple - the result keeps the tuple type. Multiplying repeats the whole tuple - 3 copies of (1,2) joined together. count() tells you how many times a value appears - 2 appears twice in this tuple. index() returns the position (index), not the value - 20 is at position 1. Tuples are minimal - only count() and index() because they can't be changed. sorted() always returns a list even when you pass it a tuple.
Common mistakes: Tuples don't have sort(). Use sorted() and convert back. Must concatenate with a tuple: (4,) not just 4.
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
Concatenation (+)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 →