Commit 1c73495d by BellCodeEditor

save project

parent c35c4017
Showing with 0 additions and 2 deletions
...@@ -48,8 +48,6 @@ class Player(Hero): ...@@ -48,8 +48,6 @@ class Player(Hero):
huamulan = Player("战士", "花木兰") huamulan = Player("战士", "花木兰")
lixin = Hero("李信") lixin = Hero("李信")
print('-'*30)
print(" 战斗开始")
while True: while True:
print('-'*30) print('-'*30)
a=input("请选择技能:1攻击/2治疗") a=input("请选择技能:1攻击/2治疗")
......
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