• Custom User Avatar

    thank you

  • Custom User Avatar

    In all Codewars katas your returned code/function needs to have the same name as what appears in the Preloaded code.

    In this case - confusingly - the kata wants you to return a function called solution; you have changed the name to sumAP and sumMultiples.

    Renamed your function sumMultiples to solution and it should work

  • Custom User Avatar

    I dont know why I am getting an ImportError. my code runs fine but its saying "cannot import solution from solution" im so confused.