Commit 0be8af4d by BellCodeEditor

save project

parent e6a67c2e
Showing with 11 additions and 8 deletions
......@@ -36,11 +36,13 @@ class husky(dog):
def_init_
super().__init__()
self.skin="black"
self.skin="black
class player(hero):
def_init_(self,name,here,type)
super(player,self).__init__(name)
self.hp=200
self.attack=50
self.hero_type=hero_type
print("")
print("")
houyi
\ 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