Commit 56ab7519 by BellCodeEditor

save project

parent 8c94d82e
Showing with 4 additions and 4 deletions
...@@ -7,6 +7,6 @@ class Hero: ...@@ -7,6 +7,6 @@ class Hero:
yase=Hero('yase',300,20) yase=Hero('yase',300,20)
houyi=Hero('houyi',250,23) houyi=Hero('houyi',250,23)
kai=Hero('Kai',5600,199) kai=Hero('Kai',5600,199)
print(yase.attack) print(yase.hp)
print(houyi.attack) print(houyi.hp)
print(kai.attack) print(kai.hp)
\ 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