Commit 614dfd2f by BellCodeEditor

save project

parent 99d84bc9
Showing with 7 additions and 2 deletions
......@@ -26,4 +26,10 @@ class Player(Hero):
self.attack=50
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
\ No newline at end of file
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