This is my lambda: lambda: print("".join(self.uword))
This is my init: self.uword = ["_"] * len(self.word)
But Whe