Ad
  • Custom User Avatar

    If you use a numpy array as a return object.

    Do not forget to cast it back into the original list of list object. --> like the input puzzle.

    I had weird erros coming up. Understanding nothing up until my girl friend asked why are there no commas in the solution. -.-

    Good coding!

    Error was somewhere in the test code:

    "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"

  • Custom User Avatar

    Wow, it does not use any conditions!

    Great job.

  • Custom User Avatar

    Same issue here.