Commit dafb14bf by BellCodeEditor

save project

parent a74c4e4f
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ def upgrade(): ...@@ -8,7 +8,7 @@ def upgrade():
yase.level=yase.level+1 yase.level=yase.level+1
yesa.hp=yesa.hp+50 yesa.hp=yesa.hp+50
yase.attack=yesa.attack+4 yase.attack=yesa.attack+4
yesa=Hero("亚瑟"300,20) yesa=Hero("亚瑟",300,20)
print("亚瑟的初始血量值:",yase.hp) print("亚瑟的初始血量值:",yase.hp)
upgrade() upgrade()
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