def test_percentage_female(): assert percentage_female() == 23.43
def test_percentage_female(self): self.assertEqual(percentage_female(), 24.79)