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.
Fantastic kata, that's what I need. I like the immersive description.
i actually did it with the list, i didnt even know abt dictionary
Not level 8 in C...
Good on you for persisting - I know the feeling so well :-)
Thanks for your message. I let the frustration get the better of me. After leaving it for a day and coming back to it I was able to solve it. Great reminder not to give up and think of another solution if the initial idea isnt working.
Thanks again!
Your code is wrong. If you print your results, you'll see that you are always returning the same value.
If you need help completing kata, I recommend joining the codewars discord and asking in the
#help-solvechannel.I don't know what I'm doing wrong but I am failing the test. I've tried it on pycharm and it works. My OCD is going to frustrate me I can't complete this one. Not putting anymore time into this one if it works on Pycharm.
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 kata was published long time ago, back then the userbase was not known... Also the author published the kata, not CodeWars official, so they would not know how the audience distribution would look like, statistically speaking ~~
The website has a large audience in Scandinavia, yet swedish is wrong and both norwegian written languages are missing. 🙃
не пишите var, это уже не актуально, плохая практика!
I guess 8kyu for the long way, but right way is definitely at least 7kyu
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 valuehere's a simple program with an obvious problem in it that produces that error message:
to clarify it is saying "found" has no value
Loading more items...