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
Yup, thanks!!!
Hello I have a question, I keep getting a failed test case for this, I have tried both outputting with the " " quotation marks and without but I still get a fail, I have no clue what does "None should equal" mean:
Test Results:
Log
"How Can Mirrors Be Real If Our Eyes Aren't Real"
None should equal "How Can Mirrors Be Real If Our Eyes Aren't Real"
Test Results:
Log
How Can Mirrors Be Real If Our Eyes Aren't Real
None should equal "How Can Mirrors Be Real If Our Eyes Aren't Real"
Hello, I think I encountered an issue. This is for Python, My Test Results output is the same exact results for the test cases, but it failed all 3 test cases:
Test Results:
Log
[3, 5]
None should equal [3, 5]
Log
[2, 3, 4, 6]
None should equal [2, 3, 4, 6]
Log
13 is prime
None should equal '13 is prime'
Am i missing something?