Commit 4f534a46 by BellCodeEditor

save project

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