Ejemplo n.º 1
0
	def test_naughty(self):
		self.assertFalse(part2.is_nice("uurcxstgmygtbstg"))
		self.assertFalse(part2.is_nice("eodomkazucvgmuy"))
Ejemplo n.º 2
0
	def test_nice(self):
		self.assertTrue(part2.is_nice("xxyxx"))