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.
This comment is hidden because it contains spoiler information about the solution
One of the random tests in Python returns "1 1: None should equal 1". Are the spaces intentional or is that an error?
Another way to easily circumvent current restrictions
In python gmpy2 and numpy should be disabled.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
may be use ?
test_box =
'''
'''
instead of
test_box =
Test in Python do nothing.
Pseudcode examples are simple coments so there are no simple tests at all.
There are not random tests.
This comment is hidden because it contains spoiler information about the solution
You may want to state specifically in the instructions that the bottom of the box should not have a newline
The tests did not function, they caused an error and would not allow you to test. I set the box equal to blank so the programs would run.
sample test settings should be corrected. Otherwise it fails.
test_one_box = """
"""
This comment is hidden because it contains spoiler information about the solution
The pseduocode
test_one_box =
should either be fixed or entirely removed, because it is not doing anything for the test cases, rather, it causes errors as nothing is assigned to those variablesSample tests in Python contain multiple syntax errors.
Loading more items...