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.
can you please explain why number*=10
Can someone tell me why float(5/9) is not equal to (5.0/9.0) ? I am using python
This comment is hidden because it contains spoiler information about the solution
what does args[-1][-1] do? I can't find the answer online.
Hi! I am learning Python, need help with solving the kata's. Is there a special method for indentation in codewars? I tried 2 or 3 kata's, and i keep getting "unexpected indentation error line 8", when my code was only 3 lines and the indents were fine.
Also I tried copy pasting the solutions just to see if it works, and it doesn't. Please help?