Commit 4f534a46 by BellCodeEditor

save project

parent 8583b755
Showing with 3 additions and 3 deletions
import random import randomy
class Hero(object): class Hero(object):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
...@@ -50,8 +50,8 @@ while True: ...@@ -50,8 +50,8 @@ while True:
break break
elif choice == "1": elif choice == "1":
houyi.combat(yase) houyi.combat(yase)
#elif choice == "2" elif choice == "2"
#houyi.cure() houyi.cure()
else: else:
print("请重新输入数字1或者2") print("请重新输入数字1或者2")
continue continue
......
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