length-of-last-word-uses-no-arg-split

Status: IN

`length_of_last_word` relies on `str.split()` with no arguments, which collapses consecutive whitespace and strips leading/trailing spaces — distinct from `str.split(' ')`.

Source: entries/2026/06/06/length-of-last-word-solution.md

JSON