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 15 of 30 problems

Clear filters
BeginnerLists

Badge List

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

Open problem
BeginnerStrings

Count Vowels

Count how many vowels appear in a line of text. Treat uppercase and lowercase vowels the same.

Open problem
BeginnerVariables

Practice Minutes

A student practiced for `h` hours and `m` additional minutes. Compute the total number of minutes practiced.

Open problem
BeginnerHashmap

Two Summer

Given a number n and a list A of size n provide the count of all pairs that add up to every number in list B of size n.

Open problem