Exemplo n.º 1
0
 def test_1(self):
     s = "3[a]2[bc]"
     sol = Solution()
     actual = sol.decodeString(s)
     print actual
Exemplo n.º 2
0
 def test_2(self):
     s = "3[a2[c]]"
     sol = Solution()
     actual = sol.decodeString(s)
     print actual