def is_ambiguous(self): return self.silences > 2 and len(self.signs) > 0
def verdict(self): if self.is_ambiguous(): print("Unclear story that floats between the lines.") else: print("There is something there, but only a sincere word could reveal it.")