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 is a common expression but almost always seems to mean that you didn't do the same thing locally. use the same test case as what failed, make sure it's called correctly, or failing that, debug it in the codewars environment instead
don't paraphrase error messages, because when you do then you can only relay the things you noticed about it which doesn't help when you're missing something about it. and "it is saying" - what entity is "it"?
I'm guessing you mean:
UnboundLocalError: cannot access local variable 'x' where it is not associated with a value
here's a simple program with an obvious problem in it that produces that error message:
to clarify it is saying "found" has no value
the code also works fine in visual studio code, but does not work on when i test it on codewars
can anyone explain why am i getting an error on line if not found: saying it has no value?
i tried using a return statement in all 3 areas possible above the if not found: still same error.