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.
@rowcased thanks a lot!
You're concatenating lists that way.
This comment is hidden because it contains spoiler information about the solution
Yup, thanks!!!
Hi, codekk,
None should equal "How Can Mirrors Be Real If Our Eyes Aren't Real"
means you returnedNone
. You need to return the string value, not just print it. Then you should pass the kata ok. good luck!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"
Yes,
return
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?