Commit 8310a6d8 by BellCodeEditor

save project

parent 73a7ccc8
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ class Hero(object):
a2='造成'+str(self.attack)+'伤害,'
if b.hp>0:
a3=b.name+'还剩下'+str(b.hp)+'血量,'
a=a1+a2+a3
a=a1+a2+a3
print(a)
else:
a3='你的角色阵亡了'
......
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