Commit 9085adf3 by BellCodeEditor

save project

parent ad845266
Showing with 1 additions and 1 deletions
class Hero: class Hero:
def __init__(self): def __init__(self):
self.level=100 self.level=100
self.hp=999999999999 self.hp=5468099
self.attack= 963 self.attack= 963
dunshan = Hero() dunshan = Hero()
......
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