Commit 04cc573e by BellCodeEditor

save project

parent 5f673c14
Showing with 33 additions and 2 deletions
......@@ -41,4 +41,35 @@ yase = Hero("垭瑟")
houyi.combat(yase)
yase.combat(houyi)
houyi.cure()
yase.cure()
\ No newline at end of file
yase.cure()'
'
if choice == "q":
print("yxjs")
break
elif choice == "1":
houyi.combat(yase)
elif choice == "2":
houyi.cure()
else:
print("aaaaaaaaa")
continue
'
\ 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