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.
Should be "teams played a draw" rather than "teams played draw". The latter is grammatically incorrect.
Yes, too "much" letters for me. Well done for oversimplifying it into something you can understand.
This comment is hidden because it contains spoiler information about the solution
Very nice
Is the indentation of the elif statement intentional here? If so, what does it do? Would this snippet not lead to an index error due to trying to pop() from an empty list? e.g., if the first character is a '#' symbol?
Same digit at the beginning and end of binary digit
What is a set bit?
Could just be me, but this is the hardest 6kyu I've seen by a mile. I did enjoy the challenge though. Thanks for posting.
Nice one. Thanks for you reply. Clever solution
Why so many long-winded and confusing descriptions for simple katas? Could have said something like this: 'A valid string will only contain letters from a-m. Write a function that returns the number of invalid characters in the string over the number of all characters in the string. E.g., 3/56 where 3 is the number of invalid characters and 56 is the number of all characters.'
Will be skipping g964 katas in future.
This comment is hidden because it contains spoiler information about the solution
Nice one. Thanks for the clarification
At the end of your return statement you have (x,y). Could you explain how this works? I have an idea but interested to hear your take on it. Thanks