Beispiel #1
0
 def test2(self):
     result = day10.lookAndSay("11")
     self.assertEquals("21", result)
Beispiel #2
0
 def test5(self):
     result = day10.lookAndSay("111221")
     self.assertEquals("312211", result)