Commit 74a1396a by BellCodeEditor

save project

parent 29798965
Showing with 4 additions and 4 deletions
...@@ -16,6 +16,6 @@ def sb(): ...@@ -16,6 +16,6 @@ def sb():
for i in range(2,16,1): for i in range(2,16,1):
sb() sb()
print("亚瑟升到二级后的血量为:",str(yase.hp)) print("亚瑟升到"+str(i)+"级后的等级为:",str(yase.level))
print("亚瑟升到二级后的血量为:",str(yase.hp)) print("亚瑟升到"+str(i)+"级后的血量为:",str(yase.hp))
print("亚瑟升到二级后的血量为:",str(yase.hp)) print("亚瑟升到"+str(i)+"级后的伤害为:",str(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