Commit 29798965 by BellCodeEditor

save project

parent a24ec90a
Showing with 6 additions and 15 deletions
...@@ -14,17 +14,8 @@ def sb(): ...@@ -14,17 +14,8 @@ def sb():
yase.hp=yase.hp+50 yase.hp=yase.hp+50
yase.attack=yase.attack+4 yase.attack=yase.attack+4
sb() for i in range(2,16,1):
print("亚瑟升到二级后的血量为:",str(yase.hp)) sb()
sb() print("亚瑟升到二级后的血量为:",str(yase.hp))
print("亚瑟升到三级后的血量为:",str(yase.hp)) print("亚瑟升到二级后的血量为:",str(yase.hp))
sb() print("亚瑟升到二级后的血量为:",str(yase.hp))
print("亚瑟升到四级后的血量为:",str(yase.hp)) \ No newline at end of file
sb()
print("亚瑟升到五级后的血量为:",str(yase.hp))
sb()
print("亚瑟升到六级后的血量为:",str(yase.hp))
sb()
print("亚瑟升到七级后的血量为:",str(yase.hp))
sb()
print("亚瑟升到八级后的血量为:",str(yase.hp))
\ 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