Commit 1dbf8aa7 by BellCodeEditor

save project

parent 18494388
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@
class Hero(object):
def __init__(self, name):
self.level = 1
self.hp = 8888
self.attack = 0.00000000001
self.hp = 1000000000000
self.attack =999999999999999.99999999999999
self.name = name
def combat(self,enemy): # 攻击
......
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