thousand-separator-no-dot-for-small-inputs

Status: IN

Inputs with 3 or fewer digits produce no dot separator because the while-loop condition `len(s) > 3` is never satisfied.

Source: entries/2026/06/06/thousand-separator-solution.md

JSON