Commit eb2f263d by BellCodeEditor

save project

parent e78d2990
Showing with 3 additions and 1 deletions
...@@ -41,5 +41,7 @@ print('-'*30) ...@@ -41,5 +41,7 @@ print('-'*30)
print(' Fight!') print(' Fight!')
print('-'*30) print('-'*30)
while True: while True:
choice=int(input('请输入: (攻击———1 治疗术——2)')) choice=int(input('请输入(攻击———1 治疗术——2):'))
print('-'*30)
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