def test_last_again(self): self.failIf(last(list_nums), 9)
def test_last(self): self.assertTrue(last(list_chars), "m")