Commit 7eac0b34 by BellCodeEditor

auto save

parent 8b66ad10
Showing with 12 additions and 0 deletions
......@@ -43,3 +43,14 @@ print(' 战斗开始')
while True:
print("-"*30)
choice=input("选择(1打人/2加血):")
if choice =="q"
print("结束")
break
elif choice =="1":
houyi.combat(yase)
elif choice =="2":
houyi.cure()
else:
print(从述)
continue
status=randon.r
\ 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