Ad
  • Custom User Avatar

    You are using different keys to find the largest number with equally highest frequency in the list. This results in previous comparison on non-largest number being stored in key2 despite there is only one most frequent appearing number in the list.

  • Custom User Avatar

    Hi!
    I have some problems when submitting for the full tests in python.

    I pass 84 of the but but 23 do fail for some reason.. I have tried debugging and it looks like the number the test want don't even appear in the array given.

    Does anyone know anything about it? Is it something whith the tests or my code?