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.
I missed the float , yes. Sorted it out later. Thanks for the response !
Check to see if there's a space at the end of your returned string. This was an issue on a previous KATA, could be your issue as well. Also maybe you're supposed to return a float or int? Are you sure its supposed to be a string?
Hey, I see that the results for this kata was as expected but the test results indicate as failed. What am I missing here ?
Returned string - Expected: 13592.24, instead got: 13592.24
0 Passed
1 Failed
0 Errors
Process took 56ms to complete