Commit 3daccefc by BellCodeEditor

save project

parent e64bd271
Showing with 2 additions and 2 deletions
class student(): class hero():
def __init__(self,a,b,c): def __init__(self,a,b,c):
self.level=a self.level=a
self.hp=b self.hp=b
self.attack=c self.attack=c
def upgrade() def upgrade():
yase.level+=1 yase.level+=1
yase.hp+=40 yase.hp+=40
yase.attack+=30 yase.attack+=30
......
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