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
What needs to be fixed is your code. If you had made some efforts to understand what's happening, it doesn't work with empty strings, no matter the IDE you will use.
My code editor(VS Code) shows no error and works for my code perfectly. Now comes this kata spewing out errors that don't exist. And I'm not the only one going through this.Fix it!
Thank you so much for your encouraging words! Helped me not skip over this tough question.
sameeš„
That's fine
You shouldn't operate on the same list the for loop is iterating through.
built in functions exist:)
You should have used f string. It makes the code much more readable.
Also you converted into str 2nd time. Don't repeat your code.