Commit c324a427 by BellCodeEditor

save project

parent 99173090
Showing with 5 additions and 2 deletions
...@@ -7,7 +7,9 @@ while True: ...@@ -7,7 +7,9 @@ while True:
print("游戏结束") print("游戏结束")
break break
elif a=="1": elif a=="1":
print("发起进攻") print("1==发起进攻")
elif a=="2": elif a=="2":
print(治疗) print("2==治疗")
else:
print("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