Commit 531bc510 by BellCodeEditor

save project

parent b6e402d0
Showing with 3 additions and 1 deletions
import random
class Hero(object): class Hero(object):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
...@@ -64,6 +66,6 @@ while True: ...@@ -64,6 +66,6 @@ while True:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) yase.combat(houyi)
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