Commit 4f2cc922 by BellCodeEditor

auto save

parent f1652239
Showing with 2 additions and 4 deletions
...@@ -14,6 +14,4 @@ class Husky(Dog): # 哈士奇类 ...@@ -14,6 +14,4 @@ class Husky(Dog): # 哈士奇类
def __init__(self): def __init__(self):
super().__init__(name) super().__init__(name)
self.hp=2000000000000000000000000000000 self.hp=2000000000000000000000000000000
self.attack=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 self.attack=99999999999999999999999999999999999
coco = Husky() \ No newline at end of file
print(coco.skin)
\ No newline at end of file
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