Commit b3c19f76 by BellCodeEditor

save project

parent 9f5a7e80
Showing with 0 additions and 1 deletions
...@@ -25,7 +25,6 @@ class Hero(object): ...@@ -25,7 +25,6 @@ class Hero(object):
info3 = enemy.name+"阵亡,游戏结束" info3 = enemy.name+"阵亡,游戏结束"
info = info1+info2+info3 info = info1+info2+info3
print(info) print(info)
print('你干嘛啊~~')
exit() exit()
def cure(self): def cure(self):
self.hp=self.hp+60 self.hp=self.hp+60
......
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