Ad
  • Custom User Avatar

    @rowcased thanks a lot!

  • Custom User Avatar

    You're concatenating lists that way.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Yup, thanks!!!

  • Custom User Avatar

    Hi, codekk, None should equal "How Can Mirrors Be Real If Our Eyes Aren't Real" means you returned None. You need to return the string value, not just print it. Then you should pass the kata ok. good luck!

  • Custom User Avatar

    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"

  • Custom User Avatar

    Yes, return

  • Custom User Avatar

    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?