Commit 614dfd2f by BellCodeEditor

save project

parent 99d84bc9
Showing with 6 additions and 0 deletions
......@@ -27,3 +27,9 @@ class Player(Hero):
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
class Husky(Dog):
def __init__(self):
super().__init__()
self.sken="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