Commit 34b95f5e by BellCodeEditor

save project

parent beb166ed
Showing with 14 additions and 0 deletions
houyi = player("射手","后羿")
yase = hero("亚瑟")
print(30 *)
print(' 战斗开始')
while True:
print("_" * 30)
choice = input()
\ No newline at end of file
houyi = player("射手","后羿")
yase = hero("亚瑟")
houyi.combat(yase)
yase.combat()
houyi.cure()
yase.cure
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