Commit 62906963 by BellCodeEditor

save project

parent 0721e3d0
Showing with 1 additions and 1 deletions
......@@ -53,7 +53,7 @@ while True:
print("_"*50)
player_choice=input("请输入数字选择技能(1.攻击 2.防御 0退出)")
computer_choice = random.randint(1,3)
if player_choice == "0":1
if player_choice == "0":
print("游戏结束")
break
elif player_choice == "1":
......
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