Commit 3415cee7 by BellCodeEditor

auto save

parent 6e602f71
Showing with 42 additions and 0 deletions
......@@ -12,3 +12,44 @@ class Hero(object):
print(self)
print('-'*30)
print(" 战斗开始")
while Ture:
print('-'*30)
a=input("1,攻击,2治疗:")
if a=='1':
houyi.combat(yase)
else:
hou
\ 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