Agreed. It could be a valid trap teaching input validation if you also needed to handle null, empty strings, and strings without space, but then it wouldn't be 8kyu. And then the description could use a "WARNING! Some input validation may be required" thingy.
When tests were updated and Python 3.8 enabled some old solutions that should have been invalidated were not; might be because there are too many solutions in that kata for the CW process?
Nope, for people who are kinda experienced it's pretty easy to write one-liners from scratch.
should be clearer now.
Agreed. It could be a valid trap teaching input validation if you also needed to handle null, empty strings, and strings without space, but then it wouldn't be 8kyu. And then the description could use a "WARNING! Some input validation may be required" thingy.
Fixed.
Thanks
This comment is hidden because it contains spoiler information about the solution
When tests were updated and Python 3.8 enabled some old solutions that should have been invalidated were not; might be because there are too many solutions in that kata for the CW process?