Commit 2e5b8fd0 by BellCodeEditor

save project

parent c89d5c88
Showing with 5 additions and 0 deletions
...@@ -16,3 +16,8 @@ def lvup(self): ...@@ -16,3 +16,8 @@ def lvup(self):
self.xie=self.xie+100 self.xie=self.xie+100
self.elv=self.elv+2 self.elv=self.elv+2
self.qlv=self.qlv+2 self.qlv=self.qlv+2
feng.lvup()
print("等级为",feng.lv)
print("攻击为",feng.gj)
print("血量为",feng.xie)
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