NOTE: The Python implementation presently requires Unicode conversion.
In Javascript and Coffeescript, where Unicode support is built in by default, it's expected to be supported as a best practice. Python does not use Unicode by default. For that reason, it's cited in the description.
sorry, could you explain....?
everything in this kata is simply wrong.......
Thanks!
^__^
Last line in the kata description
In Javascript and Coffeescript, where Unicode support is built in by default, it's expected to be supported as a best practice. Python does not use Unicode by default. For that reason, it's cited in the description.
man, seriously what's wrong with you... no mention about the unicode part.... totally wrong description!
this is beautifull!
With that
[0:]
, which is the same as[:]
and pointless in this case anyway, it doesn't accept any iterable anymore.wow! almost the same :)