Commit bb9d8f4c by BellCodeEditor

save project

parent 0a1545fb
Showing with 4 additions and 1 deletions
...@@ -21,8 +21,11 @@ class Hero: # 英雄类 ...@@ -21,8 +21,11 @@ class Hero: # 英雄类
print(info) print(info)
exit() exit()
ciass Piay(Hero):
def__init__(self.name):
super().__init__(name)
c
player = Player("后羿") player = Player("后羿")
......
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