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.
This comment is hidden because it contains spoiler information about the solution
Your code is wrong. See the input format:
It is a list of tuples. So, data[0] is a tuple, and you can't use
>=
as the error says. And the output should be a list of strings. The kata is fine, your code is not. Please read this: https://docs.codewars.com/training/troubleshootingthis site is broken bro; i wrote a simple solution but its saying some nonsense about ">= not supported between instances of tuple and int"
so i copied&pasted into vscode my solution, gave it one of the basic test cases and IT WORKED,
you dont understand how unbelievably angry i am right now
p.s. i used python