Problem 4 (100pts)

Implement swine_swap, which takes the opponent score and returns True if the scores of both players will be swapped due to Swine Swap.

Before writing any code, unlock the tests to verify your understanding of the question.

$ python ok -q 04 -u

Once you are done unlocking, begin implementing your solution. You can check your correctness with:

$ python ok -q 04