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.
if more info needed: https://docs.codewars.com/training/getting-started/
A test case is usually a call to your function with a particular value in it that you do not know.
This acts as an effective way to test your work on unseen values, sort of like an unseen examination for your code.
They usually contain a few tricky values to make sure that your code is robust and applicable to all of the cases for which it is required.
Hey, I am sort of newbie to Python and Codewars. I am pretty much confused how to go throught this platfrom. What is Test Case? Is this sort of solution or some template to solve it?