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.
in normal python it works though.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
text[i] == 'w' or text[i] == 's' did not work, even though it should like in normal python.
I got an error that the system said is happening in the code, but I've seen others that can do it with my way. My code:
if text[i] == '_':
error:
string indices must be integers, not 'str'
I saw other people doing this, but mine didn't work, minor issue.