Commit ac583689 by BellCodeEditor

auto save

parent d15a90f4
Showing with 4 additions and 4 deletions
...@@ -4,10 +4,10 @@ class Hero: ...@@ -4,10 +4,10 @@ class Hero:
self.name=name self.name=name
self.hp=help self.hp=help
self.attack=attack self.attack=attack
def upgrade(): def upgrade():
yase.level=yase.level+1 yase.level=yase.level+1
yase.hp=yase.hp+50 yase.hp=yase.hp+50
yase.attack=yase.attack+4 yase.attack=yase.attack+4
yase=hero("亚瑟"300,20) yase=hero("亚瑟"300,20)
print("亚瑟的血量值为:"yase.hp) print("亚瑟的血量值为:"yase.hp)
upgrade() upgrade()
......
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