def test_444(self): val = isHappy(444) assert val == False
def test_10(self): val = isHappy(10) assert val == True