Commit 3d0a0ee5 by BellCodeEditor

save project

parent 87e9482f
Showing with 7 additions and 0 deletions
class Player(Hero):
def __int__(self,name):
super().__int__ (name)
self.hp=200
self.attack=50
Player=Player("后羿")
print()
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