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.
thats... something
You're overwriting a built-in. There is nothing to fix but your code.
There is a problem in the python version:
After the sample tests as you can see here : #output of test results
Test Passed
Test Passed
Test Passed
Test Passed
Test Passed
Testing random values: -43 ,3 ,-42: '000300' should equal '000000'
Testing random values: 187 ,239 ,45: 'BBEF2D' should equal '000000'
Testing random values: -76 ,201 ,248: '00C9F8' should equal '000000'
Testing random values: 114 ,241 ,33: '72F121' should equal '000000'
Testing random values: 97 ,-79 ,131: '610083' should equal '000000'
as you can see RGB(187,239,45) is expected to be '000000' in HEX Which is absurd and so are the other assertions.
Please fix this