Commit 657994de by BellCodeEditor

save project

parent 39aa1062
Showing with 5 additions and 0 deletions
...@@ -3,6 +3,11 @@ class Hero: ...@@ -3,6 +3,11 @@ class Hero:
self.level=1 self.level=1
self.hp=20 self.hp=20
self.attack=300 self.attack=300
def upgrade():
yase.level=yase+1
yase.hp=yase.hp+50
yase.attace=yace.attace+4
yase = Hero("垭瑟",300,20) yase = Hero("垭瑟",300,20)
houyi=Hero("后羿",240,23) houyi=Hero("后羿",240,23)
print(yase.hp) print(yase.hp)
......
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