def display_stats(self): print(f"Name: {self.name}") print(f"Health: {self.health}") print(f"Attack: {self.attack}")