Commit 8f576647 by BellCodeEditor

auto save

parent 7607abf3
Showing with 4 additions and 0 deletions
......@@ -12,5 +12,9 @@ yase=Hero("yase",300,20)
houyi=Hero("houyi",250,23)
yase.upgrade()
houyi.upgrade()
print("亚瑟的等级是",yase.level)
print("后羿的等级是",houyi.level)
print("亚瑟的攻击是",yase.attack)
print("后羿的攻击是",houyi.attack)
print("亚瑟的血量是",yase.hp)
print("后羿的血量是",houyi.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