Ad
  • Default User Avatar

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

  • Default User Avatar

    my code keeps outputting runtime error even though when i do it on the ide, it runs instantaneously.?

  • Default User Avatar

    when the input of array1 and array2 is [] and None respectively, the program demands the outcome to be True?
    and when they are [2,2,3] and [4,4,9] respectively, the program demands the outcome to be False? How does that work. This kata is broken?