Unit 4 Task 6: Tall enough to ride

Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.

Unit 4 Task 6 - Tall enough to ride

← Unit 4 tasks · Solution


Write can_ride(height_cm) that returns True if height_cm is greater than or equal to 120, otherwise False.

Skills: return with a boolean, comparison.