Commit 5581374e by BellCodeEditor

save project

parent f12d01d8
Showing with 2 additions and 2 deletions
......@@ -20,8 +20,8 @@ class Hero: # 英雄类
info = info1+info2+info3
print(info)
exit()
class Dog():
pass
class Player(Hero): # 玩家英雄
def __init__(self,name):
super().__init__(name)
......
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