Ad
  • Custom User Avatar

    My solution is failing after submit with the following message:

    ['b'] should equal []

    The code in my local interpreter is returning [] for an input of ['b'].

    When running tests on codewars the following passes:

    test.assert_equals(filter_list(['b']),[])

    Does anyone know what is going on here?