Commit 222884d6 by BellCodeEditor

save project

parent 8f5cd202
Showing with 5 additions and 3 deletions
class hero: class hero:
def __init__(self): def __init__(self,name,level,hp,mp,attack):
self.level=1 self.level=1
self.hp=999 self.hp=999
self.mp=999 self.mp=999
self.attack=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999 self.attack=99999999999999999999999999999999999999999999999999999999999999999999999999999999999999
print('') print("成功")
\ No newline at end of file a=hero()
\ 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