Commit b8171ede by BellCodeEditor

auto save

parent 7c855c83
Showing with 9 additions and 4 deletions
class hero: class Hero:
def_init_(self): def __init__ (self,name,level, hp,attack):
self.level = 1 self.name = name
self = 250 self.level = level
self.hp = hp
self.attack = attack
Houyi =
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