A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
Given a list of title strings, return the list of titles that begin with another shorter title from the same list (plus at least one more character). Preserve input order.
Summary
Spot the sequels hiding in the catalog.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.