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.
I did not catch that! Fail
The image link is broken and many of the test cases are incorrect. The varied answers using decimals and specific overrides proves this. Specifically, test.assert_equals(can_climb(6,9.1),True) as well as many of the "random tests".
This test case is incorrect, right?
A 6 ft rope can't allow you to climb 9.1 ft cliff
test.assert_equals(can_climb(6,9.1),True)
All my English encodings are correct. And Half of my Japanese encodings are correct. How in the world? Why am I missing four random Japanese words? Could someone review?
This is what I wanted to do, but eventually gave up... Great to see!
Everything works in English, passes tests. In katakana, it encodes and decodes to the original! Works amazing, but it won't pass the "test" for katakana. What's up with that? Can someone pass my code?
The C programmer in me likes this.
Returning the last character?
This was my first solution, but I kept getting stack overflows because I forgot <=