Commit 6a09c507 by BellCodeEditor

save project

parent a9556747
Showing with 5 additions and 0 deletions
...@@ -19,3 +19,7 @@ class Hero(object): ...@@ -19,3 +19,7 @@ class Hero(object):
info = info1+info2+info3 info = info1+info2+info3
print(info) print(info)
exit() exit()
yase=Hero("亚瑟")
houyi=Hero("后裔")
houyi.combat(yase)
\ 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