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.
Is 'producent' a common word in Indian English or something? I understand part of learning SQL is figuring out how other people have designed tables, but this is only a 7kyu.
Okay, so it pays to look at the examples and fully understand them. I thought the survivors of each attack were the difference between the two sides (so like 4 attackers and 2 defenders, attackers scored 2). But it's really asking how many waves were survived. I was reading the numbers as number of soldiers, but I should've been thinking of it as the attack power of 1 soldier.
All right, I think this is dumb. If A OR b is none, return False, but if they're BOTH none, return True? The instructions don't say that anywhere that I saw.
In Python, for the fifth test, the arrays seem to be empty but it says:
False should equal True
Are they not empty? Are they weird somehow?
Thank you. I like debugging ones.
This comment is hidden because it contains spoiler information about the solution
And... solved! Thank you.
I think this should be 7kyu.
Thank you! This should help me. I mean, I haven't solved it yet, but I'll try again in the morning!
This one is frustrating because of the inability to troubleshoot. If I don't return 2 numbers, it just errors, without telling me what I DID return. Did I return 1 number? Too many? Or just the wrong format?
This kata should not be 8kyu in Python. I don't know about other languages!
This comment is hidden because it contains spoiler information about the solution
I'm questioning its 7kyu status. Even ChatGPT isn't helping me figure out what I'm doing wrong.
This is the first kata I've run across that asks you to debug something. I hope there's more! That was the fun part of those MicroAdventure books. Now I'm dating myself.
Who knew the Enterprise computer was coded in Python?
This comment is hidden because it contains spoiler information about the solution