Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Good kata!
Most of the sample tests are incorrect.
(Spoiler: unicode shenanigans)
What if input already has asterisks in it?
#barba
this kata needs feedback https://www.codewars.com/kata/6809ffd5fcdb184cdb7592b6/java
It's been resolved. I've updated the type hint to str | None to correctly reflect that None is a valid input.
Thanks for the feedback!
Type hints do not match the input types in Python.
Since
Noneis a valid input, the annotations should be the followingIt's quite similar, but works in a different way.
Anyway, thanks for pointing it out!
This kata needs feedback CrossMath
New traduction for revision Traduction
Issue resolved, thanks for the feedback!
I think this has been done before (myjinxin kata about 'my daughter's school homework', or something like that)
initial solution set-up needs
newkeywordSorry, I forgot to change Python and Kotlin tests. Now it should be ok.
Loading more items...