Commit d42f9b32 by BellCodeEditor

save project

parent cca0a22a
Showing with 2 additions and 1 deletions
......@@ -42,7 +42,7 @@ print("-"*40)
print("战斗开始")
while True:
choice=input("请选择:1攻击,2治疗术")
if choice=1:
if choice==1:
houyi.combat()
else:
houyi.cure()
\ 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