Commit faf65332 by BellCodeEditor

save project

parent 8f1bc724
Showing with 6 additions and 9 deletions
class diamonds: class Hore:
def __init__(sefi): def __init__(self):
sefi.level=1 self.level=1
sefi.hp=150 self.hp=200
sefi.attack=50 self.attack=20
\ No newline at end of file
午夜派对_旋转机枪 = diamonds()
print("午夜派对_旋转机枪的血量为:",午夜派对_旋转机枪.hp)
print("午夜派对_旋转机枪的攻击为:",午夜派对_旋转机枪.attack)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment