Badge List
Each student has earned practice badges. Given badge counts, print the largest count.
Open problemProblems
Build problem-solving habits with topic filters, difficulty levels, visible examples, and an online code workspace.
Choose a Python Foundations, coding practice, or PCEP review path and work through problems in order.
Difficulty
Showing 15 of 30 problems
Clear filtersEach student has earned practice badges. Given badge counts, print the largest count.
Open problemFor a project URL preview, convert a project title to lowercase letters.
Open problemA student earns points for each completed module. Given `n` point values, compute the total.
Open problemCount how many vowels appear in a line of text. Treat uppercase and lowercase vowels the same.
Open problemGiven a numeric score, print the matching letter grade.
Open problemRead a student name and print a Caribbean Code welcome message.
Open problemA student practiced for `h` full hours. Convert that time to minutes.
Open problemFind the largest integer in a list.
Open problemBefore a demo, a mentor counts down from `n` to 1. Print each number on its own line.
Open problemGiven a secret number and a guess, print whether the guess is low, high, or correct.
Open problemA student practiced for `h` hours and `m` additional minutes. Compute the total number of minutes practiced.
Open problemA student is ready for certification review if their practice score is at least 70.
Open problemGiven two integers, output their sum.
Open problemGiven 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 problemCount how many times a target word appears in a sentence.
Open problem