BeginnerDictionaries
Word Frequency
Count how many times a target word appears in a sentence.
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 2 of 30 problems
Clear filtersCount how many times a target word appears in a sentence.
Open problemGiven `n` project tags and one target tag, count how many times the target appears.
Open problem