Commit 400f0547 by BellCodeEditor

save project

parent 069b39d7
Showing with 3 additions and 1 deletions
......@@ -4,7 +4,9 @@ class Hero:
self.name=name
self.hp=hp
self.attack=attack
self.hero_type=hero_type
print("英雄"+self.name+"创建成功,英雄类型为",self.hero_type)
print("血量,攻击力,等级",self.attack,self.hp,self.level)
yase = Hero("垭瑟",300,20)
houyi = Hero("后羿",240,23)
print("垭瑟的生命值是:",yase.hp)
......
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