{"id":"capitalize-title-no-builtin-titlecase","text":"The solution manually constructs title case (`w[0].upper() + w[1:].lower()`) rather than using `str.title()` or `str.capitalize()`, because the length-based conditional requires a branch regardless.","truth_value":"IN","source":"entries/2026/06/06/capitalize-the-title-solution.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"capitalize-title-no-builtin-titlecase","truth_value":"IN","reason":"premise"}]}}