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.
The input validation is worthless; it should be removed or actually tested in random tests.
This comment is hidden because it contains spoiler information about the solution
This doesn't make much sense with python.
Very simple and basic, not challenging at all.
Most languages already have built-in functions to check if a variable is an integer, so you should consider disabling them to make it more challenging.
This comment is hidden because it contains spoiler information about the solution
Needs random tests
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
snake_case
. Although I see why you avoidedsnake_case
; the built-in function for this exact purpose is the name of the user-defined function insnake_case
.I suggest you unpublishing this Kata and coming up with something much better than this.
Why did you put mathematics in the 'Tags'? It should be with basic language function or similar tag. Or if you want to theach how to check it without built in functions than mention it in the description of the kata, or provide some resources for beginners to check possible ways to solve it. Otherwise nice kata! Keep up adding ;)
This comment is hidden because it contains spoiler information about the solution