class Hero: def __init__(self): self.level=2 self.hp=10086 self.attack=9999 yase=Hero() print(yase.hp)