Commit fb7050b4 by BellCodeEditor

auto save

parent b28c2957
Showing with 3 additions and 2 deletions
...@@ -7,4 +7,5 @@ class Hero: ...@@ -7,4 +7,5 @@ class Hero:
yase=Hero('亚瑟',300,20) yase=Hero('亚瑟',300,20)
hoiyi=Hero('后羿',250,23) hoiyi=Hero('后羿',250,23)
print(yase.hp) print(yase.hp)
print(hoiyi.hp) print(hoiyi.hp)
\ No newline at end of file def
\ 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