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.
In camel case the first word is lowercase. https://www.freecodecamp.org/news/snake-case-vs-camel-case-vs-pascal-case-vs-kebab-case-whats-the-difference/
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Python test is broken:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 3, in
@Test.describe("Basic")
NameError: name 'Test' is not defined. Did you mean: 'test'?
Should definetly be in a more difficult bracket as this is by FAR the most difficult 8 Kyu kata in the python language
Test does not work in Python.
Traceback (most recent call last):
File "/workspace/default/tests.py", line 3, in
Test.describe('static tests')
NameError: name 'Test' is not defined. Did you mean: 'test'?