Commit de4832c0 by BellCodeEditor

save project

parent 0f38b175
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ class Hero(object): ...@@ -20,7 +20,7 @@ class Hero(object):
print(info) print(info)
exit() exit()
class Player(Hero): class Player(Hero):
def __init__(self,name): def super__init__(self,name):
self.level = 1 self.level = 1
self.hp = 200 self.hp = 200
self.attack = 50 self.attack = 50
......
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