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