Commit e2ee2209 by BellCodeEditor

save project

parent 62e6786d
Showing with 4 additions and 4 deletions
...@@ -5,6 +5,7 @@ class Hero: ...@@ -5,6 +5,7 @@ class Hero:
self.hp=hp self.hp=hp
self.attack=attack self.attack=attack
yase=Hero("亚瑟",300,20) yase=Hero("亚瑟",300,20)
houyi=Hero("后弈",240,25) def upgrade():
print("亚瑟的血量为:",yase.hp) yase.level+=1
print("后羿的血量为:",houyi.hp) yase.hp+=50
\ No newline at end of file yase.attac+=4
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