Commit 8c5795cf by BellCodeEditor

save project

parent 3fba3946
Showing with 6 additions and 5 deletions
class Hero:
def __init__(self,name,mp,hp):
self.name = name
self.mp = mp
self.hp = hp
self.lerel = lerel
def upgrade(): def upgrade():
yase.lerel = yase.lerel+1 yase.lerel = yase.lerel+1
......
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