Problems

Practice coding problems

Build problem-solving habits with topic filters, difficulty levels, visible examples, and an online code workspace.

Follow a guided ladder

Choose a Python Foundations, coding practice, or PCEP review path and work through problems in order.

View ladders

Showing 3 of 30 problems

Clear filters
BeginnerLists

Badge List

Each student has earned practice badges. Given badge counts, print the largest count.

Open problem
IntermediateLists

Bus Route Check

Given a list of route stop names and a school name, print `YES` if the school appears in the route and `NO` otherwise.

Open problem