Commit 3c430ff8 by BellCodeEditor

save project

parent 6cb50f4d
Showing with 1 additions and 3 deletions
...@@ -9,5 +9,4 @@ def ungrade(self): ...@@ -9,5 +9,4 @@ def ungrade(self):
self.hp=self.hp+50 self.hp=self.hp+50
self.attack=self.attack+4 self.attack=self.attack+4
houyi=Hero("后羿",250,23) houyi=Hero("后羿",250,23)
print(yase.hp) print(houyi.hp)
print(houyi.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