Commit 25741957 by BellCodeEditor

save project

parent a2e6b60d
Showing with 7 additions and 2 deletions
......@@ -38,4 +38,9 @@ class Player(Hero):
houyi = Player("后羿","射手")
yase= Hero("亞瑟")
MCETF= Player("MCETF","核彈")
\ No newline at end of file
MCETF= Player("MCETF","核彈")
print(30 *'-')
print('战斗开始')
while True:
print('-'*30 )
choice = input("并选择英雄技能 (1攻击/2防御)")
\ 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