Commit 089a902c by BellCodeEditor

save project

parent c0666485
Showing with 5 additions and 0 deletions
...@@ -8,3 +8,7 @@ yase=Hero("亚瑟",2000000002,9999999999999999999999999999999999999999999999999) ...@@ -8,3 +8,7 @@ yase=Hero("亚瑟",2000000002,9999999999999999999999999999999999999999999999999)
print("史瀚鑫",9999999999999999999999999999999999999999999999999999999999999999999999999999999,9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) print("史瀚鑫",9999999999999999999999999999999999999999999999999999999999999999999999999999999,9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
print("亚瑟的血量为:",yase.hp) print("亚瑟的血量为:",yase.hp)
print("后羿的血量为:",houyi.hp) print("后羿的血量为:",houyi.hp)
def upgrade():
yase.level = yase.leve+1
yase.hp = yase.hp+50
yase.attack = yase.attack
\ No newline at end of file
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