.....FF. ====================================================================== FAIL: test_4_avg_lists_tricky (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 143, in test_4_avg_lists_tricky self.assert_game(m1, m2, (0, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 0) != (0, 1) ====================================================================== FAIL: test_5_comm_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 154, in test_5_comm_simple self.assert_game(m1, m2, (2, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 1) != (2, 1) ---------------------------------------------------------------------- Ran 8 tests in 1.292s FAILED (failures=2)