def test_sphere_2(self):
     self.assertEqual(sphere([0, 0, 0, 0, 0]), 0)
 def test_sphere_1(self):
     self.assertEqual(sphere([0]), 0)