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
I don't know but I think you commented on the wrong exercise. This is the third part exercise and you probably want to work on the first one https://www.codewars.com/kata/54b724efac3d5402db00065e
Your solution might work there and otherwise I suggest add logs message to troubleshoot.
Check for capital letters. Also make sure the length of your string output is correct.
This comment is hidden because it contains spoiler information about the solution
Or rather because the T is capitalized. I have the same issue
still not sure of your indentation. copy and paste your code inside pairs of triple-backticks with the language after the first backticks as shown below, (remove the hashtags):
#```python
your code here
#```
You need to return the boolean, not print it.
Also, please try to format code correctly in the future, the way you have it printed is really hard to read.
https://docs.codewars.com/references/markdown/#displaying-code
We can only guess without seeing your code.
You can post it with proper markdown and a spoiler tag.
yeah i was also getting the same error
i think its a glitch or someth