Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
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.