Commit 304d7a81 by BellCodeEditor

save project

parent 418e6373
Showing with 8 additions and 0 deletions
......@@ -14,6 +14,14 @@ def upgrsde()
yase.hp=yase.hp+1
yase.attack=yase.attac+1
houyi=Hero("后羿",240,23)
houyi.upgrsde()
print("等級為:",houyi.level)
print("血量為:",houyi.hp)
print("攻擊力為:",houyi.attac)
......
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