Commit e30358f0 by BellCodeEditor

save project

parent b17d8c83
Showing with 2 additions and 2 deletions
...@@ -14,4 +14,4 @@ yase=Hero("亚瑟",300,20) ...@@ -14,4 +14,4 @@ yase=Hero("亚瑟",300,20)
yase.upgrade() yase.upgrade()
print("亚瑟的等级为:",yase.level) print("亚瑟的等级为:",yase.level)
print("亚瑟的血量为:",yase.hp) print("亚瑟的血量为:",yase.hp)
print("亚瑟的攻击力等级为:",yase.attack) print("亚瑟的攻击力为:",yase.attack)
\ No newline at end of file \ 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