Commit 8ce503e3 by BellCodeEditor

save project

parent 62017b00
Showing with 2 additions and 2 deletions
...@@ -11,4 +11,4 @@ class Hero: ...@@ -11,4 +11,4 @@ class Hero:
yase=Hero('亚瑟',300,20) yase=Hero('亚瑟',300,20)
houyi=Hero('后羿',250,23) houyi=Hero('后羿',250,23)
yase.upgrade() yase.upgrade()
print(yase.level) print(yase.attack)
\ No newline at end of file \ 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