Commit 43237799 by BellCodeEditor

save project

parent fa6d1032
Showing with 3 additions and 1 deletions
...@@ -15,8 +15,9 @@ def upgrade(): ...@@ -15,8 +15,9 @@ def upgrade():
upgrade() upgrade()
upgrade() upgrade()
print("我的等级为:",wo.level)
print("我的血量为:",wo.hp) print("我的血量为:",wo.hp)
print("我的攻击力为:",wo.attack) print("我的攻击力为:",wo.attack)
print("你的等级为:",ni.level)
print("你的血量为:",ni.hp) print("你的血量为:",ni.hp)
print("你的攻击力为:",ni.attack) print("你的攻击力为:",ni.attack)
\ 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