Commit 2229792f by BellCodeEditor

save project

parent 1f908b4c
Showing with 7 additions and 5 deletions
......@@ -4,8 +4,10 @@ class hero:
self.name=name
self.hp=hp
self.attack=attack
yase=hero('yase',4800,1000000000000000000000000000000000000000000000000000000000000)
yase=hero('yase',4800,10000000000000000000000000000000000000000000000000000000)
def upgrad():
yase.level= yase.level+1
yase.hp= yase.hp+50
yase.attack= yase.attack+4
upgrad()
upgrad()
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