Commit f3925d9f by BellCodeEditor

save project

parent a83a7b19
Showing with 1 additions and 0 deletions
......@@ -22,6 +22,7 @@ class Player(Hero):
super().__init__(name)
self.hp = 200
self.attack =4000000000000
player=Player('后羿')
print('玩家血量为:',player.hp)
print('玩家攻击力为:',player.attack)
# yase = Hero("垭瑟")
......
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