Commit 9475e990 by BellCodeEditor

save project

parent a71e8b1f
Showing with 3 additions and 3 deletions
...@@ -13,8 +13,8 @@ print(killer7.hp) ...@@ -13,8 +13,8 @@ print(killer7.hp)
#print("亚瑟的等级:",yase.level) #print("亚瑟的等级:",yase.level)
#print("亚瑟的攻击力:",yase.attack) #print("亚瑟的攻击力:",yase.attack)
def killer(): def killer():
aqi.level=yase.level+1 aqi.level=aqi.level+1
aqi.hp=yase.hp+10 aqi.hp=aqi.hp+10
aqi.attack=yase.attack+5 aqi.attack=aqi.attack+5
killer() killer()
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