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.
balanced_num = balancedNum
it provides an alias to the snake_case version of the camelCase function name.
Example of function name aliasing:
p = print
p("Hello, World!")
This comment is hidden because it contains spoiler information about the solution
Can you explain, please, string: balanced_num = balancedNum? Without this solution doesn't work. Something tries import, i don't understand
Read this: https://docs.codewars.com/training/troubleshooting/#post-discourse
This comment is hidden because it contains spoiler information about the solution
Merged! :)
PHP translation
Kotlin translation
Nice! Thanks a lot :)
Just merged them.
TypeScript translation
JavaScript translation
А можно нормально условие задачи объяснить? при каких условиях и как должна быть показана камера? Вот реально влом каждый случай по отдельности разбирать и искать закономерности по ошибкам. В примере одно, в тестах другое, автор имел в виду третье. Там с точками, здесь без точек, тут скобки вплотную, здесь на расстоянии. Ну что за Х?
See if this article helps: https://docs.codewars.com/training/training-example/
Can you help me? How does it work on this platform? I made code and choose test. On the left side of the screen i saw failed tests (Python). My answer is 0, but must be 0. And i don't go throw any of tests, but answers is the same as in tests