Commit b09a9a10 by BellCodeEditor

save project

parent 55b6c0cb
Showing with 2 additions and 1 deletions
...@@ -8,4 +8,5 @@ def gou(): ...@@ -8,4 +8,5 @@ def gou():
yase.level=yade.level+1 yase.level=yade.level+1
yase.hp=yase.hp+50 yase.hp=yase.hp+50
yase.attack==yase.attack+10 yase.attack==yase.attack+10
print(yase.hp) yase=Hero("亚瑟",300,20)
yase.upgrade()
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