Commit 6d75864e by BellCodeEditor

auto save

parent 30ec845f
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,5 @@ class Hero: ...@@ -8,4 +8,5 @@ class Hero:
yase = Hero("亚瑟",300,30) yase = Hero("亚瑟",300,30)
hoyi = Hero("后羿",270,35) hoyi = Hero("后羿",270,35)
print(yase.HP) print(yase.HP)
print(hoyi.HP) print(hoyi.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