Open
Description
The acronym
exercise lacks a test for an empty string; in Python at least this has lead to quite a few brittle solutions that fail or error when confronted with that case, while arguably they should either return an empty string (I'd consider that the preferred result) or error in a predictable fashion.