.....E.. ====================================================================== ERROR: 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) File ".../fn31072/2007-04-02 14:36:42/user.py", line 104, in module_game sc1+=secondcond(m1, m2) File ".../fn31072/2007-04-02 14:36:42/user.py", line 36, in secondcond print float(res)/len(sp) , ' ', average ZeroDivisionError: float division ---------------------------------------------------------------------- Ran 8 tests in 0.041s FAILED (errors=1)