Ad
  • Custom User Avatar

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

  • Custom User Avatar

    Yup, thanks!!!

  • 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

    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?