..FE.... ====================================================================== ERROR: test_2_end3_funcs_complex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 108, in test_2_end3_funcs_complex self.assert_game(m1, m2, (2, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn61007/2007-04-02 04:39:20/user.py", line 72, in module_game sum1 =sum1 +getattr(m1, list1[i1]) TypeError: unsupported operand type(s) for +: 'float' and 'tuple' ====================================================================== FAIL: test_1_end3_funcs_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 89, in test_1_end3_funcs_simple self.assert_game(m1, m2, (0, 2)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 0) != (0, 2) ---------------------------------------------------------------------- Ran 8 tests in 1.296s FAILED (failures=1, errors=1)