Commit a8e89767 by BellCodeEditor

save project

parent 95467a48
Showing with 5 additions and 4 deletions
......@@ -15,10 +15,10 @@ class Hero:
info = info1+info2+info3
print(info)
else
info3 = enemy.name + "阵亡"
info = info1+info2+info3
print(info)
exie()
info3 = enemy.name + "阵亡"
info = info1+info2+info3
print(info)
exie()
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
\ 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