예제 #1
0
 def test_last_again(self):
     self.failIf(last(list_nums), 9)
예제 #2
0
 def test_last(self):
     self.assertTrue(last(list_chars), "m")