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.
it should be
text.lower()
nottext.lower
Check the docs about how to post your code here, so we can see what you did instead of guessing it.
did you reassign the variable
text
to something you shouldn't have? (e.g.text = str
or something along those lines)You're trying to iterate over an empty string.
Please read this: https://docs.codewars.com/training/troubleshooting
Click Reset and try again, you probably messed up the sample tests.
PEP8 on Python indentation