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.
must the x's side be positive, EG: -x = 1
or must it be like this: x = -1
please help me thanks bye
I noticed a small potential issue in the python random tests. Inputs are given with a space " " as the final character in the string, which I would not have expected based on the description, examples or fixed tests.
I'd suggest improvement to existing translations in a way they present input equation when a test case fails.
Input could be presented with an assertion message, or with a title of a test case, whichever is more suitable.
You can consult articles on Python tests or C++ tests to see how to provide custom messages or titles.