Commit eddaa54f by BellCodeEditor

save project

parent 7055272e
Showing with 8 additions and 2 deletions
...@@ -45,5 +45,11 @@ yase.combat(houyi) ...@@ -45,5 +45,11 @@ yase.combat(houyi)
houyi.cure() houyi.cure()
yase.cure() yase.cure()
def funcname(self, parameter_list): def funcname(self, parameter_list):
choice=input("1g,2z") choice=input("1g,2z")
if choice=="q"
print("js")
break
elif choice=="1"
houyi.combat(yase)
elif choice=="2"
houyi.cure()
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