Ad
  • Custom User Avatar

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

  • Custom User Avatar

    My variable every_combination should be called permutations, also could have used max.
    Especially since I am only leveraging the first element, max would be more efficient.
    There has to be a method more efficient than permutations, python just made it too easy to use.
    You almost don't even need to think about it.

    Typical 1 am programming on a friday. :-)