Commit c63c3596 by BellCodeEditor

save project

parent f4512344
Showing with 14 additions and 0 deletions
......@@ -30,3 +30,17 @@ class Player(): # 玩家英雄
player = Player("后p羿")
print("玩家的血量值为:",player.hp)
print("玩家的攻击力为:",player.attack)
class husky(dog):
def_init_
super().__init__()
self.skin="black"
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